Changeset 24557 for branches/eam_branches/20090522/ippTools/src/Makefile.am
- Timestamp:
- Jun 25, 2009, 2:00:56 PM (17 years ago)
- Location:
- branches/eam_branches/20090522
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090522
- Property svn:mergeinfo changed
-
branches/eam_branches/20090522/ippTools/src
- Property svn:ignore
-
old new 34 34 disttool 35 35 receivetool 36 37 pubtool
-
- Property svn:ignore
-
branches/eam_branches/20090522/ippTools/src/Makefile.am
r24038 r24557 20 20 stacktool \ 21 21 warptool \ 22 receivetool 22 receivetool \ 23 pubtool 23 24 24 25 … … 59 60 regtool.h \ 60 61 stacktool.h \ 61 warptool.h 62 warptool.h \ 63 pubtool.h 62 64 63 65 lib_LTLIBRARIES = libpxtools.la … … 220 222 receivetoolConfig.c 221 223 224 pubtool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 225 pubtool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la 226 pubtool_SOURCES = \ 227 pubtool.c \ 228 pubtoolConfig.c 229 222 230 clean-local: 223 231 -rm -f TAGS
Note:
See TracChangeset
for help on using the changeset viewer.
