]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add missing library link after rev.14494
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 15 Jan 2016 19:55:40 +0000 (08:55 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 15 Jan 2016 19:55:40 +0000 (08:55 +1300)
src/Makefile.am

index f8ce0c39015f64115196f3df73df45d5bf2ce1ba..9970576bae03bf8d1c35c17c905a2ef4b3c071ff 100644 (file)
@@ -3810,6 +3810,7 @@ nodist_tests_testYesNoNone_SOURCES = \
        tests/STUB.h \
        base/YesNoNone.h
 tests_testYesNoNone_LDADD= \
+       base/libbase.la \
        $(SQUID_CPPUNIT_LIBS) \
        $(COMPAT_LIB) \
        $(XTRA_LIBS)