- Timestamp:
- Apr 14, 2011, 3:10:39 PM (15 years ago)
- Location:
- branches/haf_branches/ppimage2011
- Files:
-
- 1 edited
- 2 copied
-
. (copied) (copied from trunk )
-
ippTools (copied) (copied from trunk/ippTools )
-
ippTools/src/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/haf_branches/ppimage2011/ippTools/src/Makefile.am
r29528 r31281 28 28 pubtool \ 29 29 diffphottool \ 30 minidvodbtool 30 minidvodbtool \ 31 videophottool 31 32 32 33 pkginclude_HEADERS = \ … … 76 77 pubtool.h \ 77 78 diffphottool.h \ 78 minidvodbtool.h 79 minidvodbtool.h \ 80 videophottool.h 79 81 80 82 lib_LTLIBRARIES = libpxtools.la … … 290 292 minidvodbtoolConfig.c 291 293 294 videophottool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 295 videophottool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la 296 videophottool_SOURCES = \ 297 videophottool.c \ 298 videophottoolConfig.c 299 292 300 clean-local: 293 301 -rm -f TAGS
Note:
See TracChangeset
for help on using the changeset viewer.
