Changeset 8569 for trunk/psModules/src/concepts/Makefile.am
- Timestamp:
- Aug 24, 2006, 1:13:37 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/Makefile.am
r7849 r8569 1 noinst_LTLIBRARIES = libpsmodule concepts.la1 noinst_LTLIBRARIES = libpsmodulesconcepts.la 2 2 3 libpsmodule concepts_la_CPPFLAGS = $(SRCINC) $(PSMODULE_CFLAGS)4 libpsmodule concepts_la_LDFLAGS = -release $(PACKAGE_VERSION)5 libpsmodule concepts_la_SOURCES = \3 libpsmodulesconcepts_la_CPPFLAGS = $(SRCINC) $(PSMODULES_CFLAGS) 4 libpsmodulesconcepts_la_LDFLAGS = -release $(PACKAGE_VERSION) 5 libpsmodulesconcepts_la_SOURCES = \ 6 6 pmConcepts.c \ 7 7 pmConceptsAverage.c \ … … 11 11 pmConceptsPhotcode.c 12 12 13 psmodule includedir = $(includedir)14 psmodule include_HEADERS = \13 psmodulesincludedir = $(includedir) 14 psmodulesinclude_HEADERS = \ 15 15 pmConcepts.h \ 16 16 pmConceptsAverage.h \
Note:
See TracChangeset
for help on using the changeset viewer.
