Changeset 4540 for trunk/psLib/src/db/Makefile.am
- Timestamp:
- Jul 12, 2005, 9:12:01 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/Makefile.am
r4502 r4540 1 1 #Makefile for db functions of psLib 2 2 # 3 INCLUDES = `echo "$(SRCLIBS} | sed sed "s|\(\\w\+\)|-I\$(top_builddir)/src/\1|g"`4 5 3 noinst_LTLIBRARIES = libpslibdb.la 6 4 7 libpslibd ataIO_la_SOURCES = \5 libpslibdb_la_SOURCES = \ 8 6 psDB.c 9 7 10 11 BUILT_SOURCES = psDBErrors.h 12 EXTRA_DIST = psDBErrors_en.dat db.i 13 14 psFileUtilsErrors.h: psFileUtilsErrors.dat 15 $(top_srcdir)/src/psParseErrorCodes --data=$? $@ 8 EXTRA_DIST = db.i 16 9 17 10 pslibincludedir = $(includedir) 18 11 pslibinclude_HEADERS = \ 19 psLookupTable.h \20 psFits.h \21 12 psDB.h 22 13
Note:
See TracChangeset
for help on using the changeset viewer.
