aboutsummaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
blob: f12f5eb3168e7c91c02cb58b79c4cbfdc465efa6 (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@

lib_LTLIBRARIES = \
  libextractor_common.la

libextractor_common_la_LDFLAGS = \
  $(LE_LIB_LDFLAGS)

libextractor_common_la_LIBADD = \
  $(LTLIBICONV) -lz

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