Changeset 3830
- Timestamp:
- May 2, 2005, 3:09:54 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/pois/src/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pois/src/Makefile.am
r3829 r3830 1 AM_CFLAGS = @pois_CFLAGS@ 1 AM_CFLAGS = $(pois_CFLAGS) $(PSLIB_CFLAGS) 2 AM_LDFLAGS = $(PSLIB_LIBS) 2 3 3 4 include_HEADERS = pois.h poisErrorCodes.h 5 lib_LTLIBRARIES = libpois.la 6 noinst_PROGRAMS = pois 4 7 5 AM_CFLAGS += $(PSLIB_CFLAGS) 6 LIBS = $(PSLIB_LIBS) $(AM_LIBS) 7 AM_LDFLAGS = -release $(PACKAGE_VERSION) 8 9 #noinst_PROGRAMS = pois 10 lib_LTLIBRARIES = libpois.la 11 12 BUILT_SOURCES = \ 13 poisErrorCodes.h errorCodes.c 14 8 pois_LDADD = libpois.la 15 9 pois_SOURCES = \ 16 10 pois.c … … 19 13 # Build a library 20 14 # 15 BUILT_SOURCES = \ 16 poisErrorCodes.h errorCodes.c 17 18 libpois_la_LDFLAGS = $(AM_LDFLAGS) -release $(PACKAGE_VERSION) 21 19 libpois_la_SOURCES = \ 22 20 pois.h \
Note:
See TracChangeset
for help on using the changeset viewer.
