librazor/Makefile.am
changeset 495 5196f8110473
parent 475 008c75a5e08d
     1.1 --- a/librazor/Makefile.am	Mon Jul 04 10:48:18 2016 +0100
     1.2 +++ b/librazor/Makefile.am	Tue Mar 06 12:39:15 2018 +0000
     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