1.1 --- a/librazor/Makefile.am Mon Jul 04 10:48:18 2016 +0100
1.2 +++ b/librazor/Makefile.am Fri Jul 08 17:52:27 2016 +0100
1.3 @@ -55,8 +55,8 @@
1.4 librazor_la_SOURCES += lua.c
1.5 endif
1.6
1.7 -librazor_la_LIBADD = $(ZLIB_LIBS) types/libtypes.la $(LUA_LIBS) \
1.8 - ../gl/libgnu.la $(INTLLIBS) $(EXTRA_LIBS)
1.9 +librazor_la_LIBADD = $(LIBARCHIVE_LIBS) $(ZLIB_LIBS) types/libtypes.la \
1.10 + $(LUA_LIBS) ../gl/libgnu.la $(INTLLIBS) $(EXTRA_LIBS)
1.11 librazor_la_LDFLAGS = -no-undefined -export-symbols-regex '^razor_' \
1.12 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
1.13
1.14 @@ -76,7 +76,8 @@
1.15 if HAVE_LUA
1.16 test_lua_SOURCES = test-lua.c
1.17 test_lua_LDADD = lua.lo uri.lo uri-io.lo util.lo path.lo error.lo \
1.18 - types/libtypes.la $(LUA_LIBS) ../gl/libgnu.la $(INTLLIBS) $(EXTRA_LIBS)
1.19 + types/libtypes.la $(LIBARCHIVE_LIBS) $(LUA_LIBS) ../gl/libgnu.la \
1.20 + $(INTLLIBS) $(EXTRA_LIBS)
1.21
1.22 TESTS += test-lua
1.23 endif