Changeset 28343 for trunk/ippTools/src/Makefile.am
- Timestamp:
- Jun 15, 2010, 3:27:31 PM (16 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src
- Property svn:ignore
-
old new 39 39 warptool 40 40 staticskytool 41 42 diffphottool
-
- Property svn:ignore
-
trunk/ippTools/src/Makefile.am
r28091 r28343 25 25 warptool \ 26 26 receivetool \ 27 pubtool 27 pubtool \ 28 diffphottool 28 29 29 30 pkginclude_HEADERS = \ … … 69 70 staticskytool.h \ 70 71 warptool.h \ 71 pubtool.h 72 pubtool.h \ 73 diffphottool.h 72 74 73 75 lib_LTLIBRARIES = libpxtools.la … … 264 266 pubtoolConfig.c 265 267 268 diffphottool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 269 diffphottool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la 270 diffphottool_SOURCES = \ 271 diffphottool.c \ 272 diffphottoolConfig.c 273 266 274 clean-local: 267 275 -rm -f TAGS
Note:
See TracChangeset
for help on using the changeset viewer.
