1 # This Makefile.am is in the public domain 2 AM_CPPFLAGS = -I$(top_srcdir)/src/include 3 4 LIBS = \ 5 @LE_LIBINTL@ @LIBS@ 6 7 if USE_COVERAGE 8 AM_CFLAGS = --coverage -O0 9 XLIB = -lgcov 10 endif 11 if HAVE_ZLIB 12 zlib = -lz 13 LINK_UNZIP = unzip.c unzip.h 14 endif 15 16 lib_LTLIBRARIES = \ 17 libextractor_common.la 18 19 libextractor_common_la_LDFLAGS = \ 20 $(LE_LIB_LDFLAGS) \ 21 -version-info 1:0:0 22 23 libextractor_common_la_LIBADD = \ 24 $(LTLIBICONV) $(zlib) 25 26 libextractor_common_la_SOURCES = \ 27 le_architecture.h \ 28 $(LINK_UNZIP) \ 29 convert.c convert.h