]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix missing library in rev.14993
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 3 Jan 2017 13:27:40 +0000 (02:27 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 3 Jan 2017 13:27:40 +0000 (02:27 +1300)
src/Makefile.am

index 3044cc9c276e4d67bad9c306ed224a0bdedb2a85..4d47dadbf2a4d44e8bd794d8e51808522d075116 100644 (file)
@@ -3656,6 +3656,7 @@ nodist_tests_testMem_SOURCES = \
 tests_testMem_LDADD= \
        base/libbase.la \
        mem/libmem.la \
+       $(top_builddir)/lib/libmiscutil.la \
        $(LIBCPPUNIT_LIBS) \
        $(COMPAT_LIB) \
        $(XTRA_LIBS)