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

LIBS = \
 @LE_LIBINTL@ @LIBS@

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