Changeset 18007 for trunk/psastro/src/Makefile.am
- Timestamp:
- Jun 8, 2008, 3:43:44 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/Makefile.am
r16079 r18007 5 5 bin_PROGRAMS = psastro psastroModel gpcModel 6 6 7 psastro_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(P SASTRO_CFLAGS)8 psastro_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS) $(P SASTRO_LIBS)7 psastro_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(PPSTATS_CFLAGS) $(PSASTRO_CFLAGS) 8 psastro_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS) $(PPSTATS_LIBS) $(PSASTRO_LIBS) 9 9 psastro_LDADD = libpsastro.la 10 10 … … 23 23 psastroDataLoad.c \ 24 24 psastroDataSave.c \ 25 psastroMetadataStats.c \ 25 26 psastroCleanup.c 26 27 … … 38 39 39 40 gpcModel_SOURCES = gpcModel.c 40 41 ## move DataSave to psastro_SOURCES?42 41 43 42 libpsastro_la_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.
