aboutsummaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
blob: 96a1a85f383cbbac9786ec0d210cc84d73ed28f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
INCLUDES = -I$(top_srcdir)/src/include

LIBS = \
 @LE_LIBINTL@ @LIBS@

if USE_COVERAGE
  AM_CFLAGS = --coverage -O0
  XLIB = -lgcov
endif

lib_LTLIBRARIES = \
  libextractor_common.la

libextractor_common_la_LDFLAGS = \
  $(LE_LIB_LDFLAGS) \
  -version-info 1:0:0

libextractor_common_la_LIBADD = \
  $(LTLIBICONV) -lz

libextractor_common_la_SOURCES = \
  le_architecture.h \
  unzip.c unzip.h \
  convert.c convert.h