Changeset 8569 for trunk/psModules/src/camera/Makefile.am
- Timestamp:
- Aug 24, 2006, 1:13:37 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/Makefile.am
r7589 r8569 1 noinst_LTLIBRARIES = libpsmodule camera.la1 noinst_LTLIBRARIES = libpsmodulescamera.la 2 2 3 libpsmodule camera_la_CPPFLAGS = $(SRCINC) $(PSMODULE_CFLAGS)4 libpsmodule camera_la_LDFLAGS = -release $(PACKAGE_VERSION)5 libpsmodule camera_la_SOURCES = \3 libpsmodulescamera_la_CPPFLAGS = $(SRCINC) $(PSMODULES_CFLAGS) 4 libpsmodulescamera_la_LDFLAGS = -release $(PACKAGE_VERSION) 5 libpsmodulescamera_la_SOURCES = \ 6 6 pmFPA.c \ 7 7 pmFPAConstruct.c \ … … 23 23 pmFPAfileFitsIO.c 24 24 25 psmodule includedir = $(includedir)26 psmodule include_HEADERS = \25 psmodulesincludedir = $(includedir) 26 psmodulesinclude_HEADERS = \ 27 27 pmFPA.h \ 28 28 pmFPAConstruct.h \
Note:
See TracChangeset
for help on using the changeset viewer.
