Changeset 29528 for trunk/ippTools/src/Makefile.am
- Timestamp:
- Oct 22, 2010, 4:25:03 PM (16 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/Makefile.am (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools
- Property svn:mergeinfo set to
-
trunk/ippTools/src/Makefile.am
r28486 r29528 27 27 receivetool \ 28 28 pubtool \ 29 diffphottool 29 diffphottool \ 30 minidvodbtool 30 31 31 32 pkginclude_HEADERS = \ … … 39 40 pxdqstats.h 40 41 pxmagic.h \ 42 pxminidvodb.h \ 41 43 pxregister.h \ 42 44 pxspace.h \ … … 73 75 warptool.h \ 74 76 pubtool.h \ 75 diffphottool.h 77 diffphottool.h \ 78 minidvodbtool.h 76 79 77 80 lib_LTLIBRARIES = libpxtools.la … … 90 93 pxdqstats.c \ 91 94 pxmagic.c \ 95 pxminidvodb.c \ 92 96 pxregister.c \ 93 97 pxspace.c \ … … 280 284 diffphottoolConfig.c 281 285 286 minidvodbtool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 287 minidvodbtool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la 288 minidvodbtool_SOURCES = \ 289 minidvodbtool.c \ 290 minidvodbtoolConfig.c 291 282 292 clean-local: 283 293 -rm -f TAGS
Note:
See TracChangeset
for help on using the changeset viewer.
