aboutsummaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
blob: 3c87612e6053faba7e125857ab807f5335c438d6 (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
25
26
27
28
29
INCLUDES = -I$(top_srcdir)/src/include $(LTDLINCL)

LIBS = \
 @LE_LIBINTL@ @LIBS@

lib_LTLIBRARIES = \
  libextractor_common.la

if !MINGW
if !SOMEBSD
    dlflag=-ldl
endif
endif

libextractor_common_la_LDFLAGS = \
  $(LE_LIB_LDFLAGS)

libextractor_common_la_LIBADD = \
  $(LIBLTDL) $(dlflag) $(LIBICONV) -lz

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