Changeset 36511 for trunk/ippTools/src/Makefile.am
- Timestamp:
- Feb 11, 2014, 6:10:10 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/Makefile.am
r36441 r36511 34 34 sctool \ 35 35 releasetool \ 36 fftool 36 fftool \ 37 remotetool 37 38 38 39 pkginclude_HEADERS = \ … … 89 90 sctool.h \ 90 91 releasetool.h \ 91 fftool.h 92 fftool.h \ 93 remotetool.h 92 94 93 95 lib_LTLIBRARIES = libpxtools.la … … 340 342 fftoolConfig.c 341 343 344 remotetool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 345 remotetool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la 346 remotetool_SOURCES = \ 347 remotetool.c \ 348 remotetoolConfig.c 349 342 350 clean-local: 343 351 -rm -f TAGS
Note:
See TracChangeset
for help on using the changeset viewer.
