aboutsummaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r--src/common/Makefile.am13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index f12f5eb..d05b74c 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -7,18 +7,13 @@ lib_LTLIBRARIES = \
7 libextractor_common.la 7 libextractor_common.la
8 8
9libextractor_common_la_LDFLAGS = \ 9libextractor_common_la_LDFLAGS = \
10 $(LE_LIB_LDFLAGS) 10 $(LE_LIB_LDFLAGS) \
11 -version-info 1:0:0
11 12
12libextractor_common_la_LIBADD = \ 13libextractor_common_la_LIBADD = \
13 $(LTLIBICONV) -lz 14 $(LTLIBICONV) -lz
14 15
15libextractor_common_la_SOURCES = \ 16libextractor_common_la_SOURCES = \
16 le_architecture.h \ 17 le_architecture.h \
17 unzip.c \ 18 unzip.c unzip.h \
18 unzip.h \ 19 convert.c convert.h
19 pack.c \
20 pack.h \
21 convert.c \
22 convert.h \
23 convert_numeric.c \
24 convert_numeric.h