]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix linking issues in testDiskIO and testStatHist
authorFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 16 Oct 2012 23:41:32 +0000 (17:41 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 16 Oct 2012 23:41:32 +0000 (17:41 -0600)
src/Makefile.am
src/tests/stub_client_side_request.cc

index 64c607d4771926957c3db8c0ef2885d71e74fdd2..803c430db809f56bb725160a16715ebaa2d5cce3 100644 (file)
@@ -1700,6 +1700,7 @@ tests_testDiskIO_SOURCES = \
        tests/stub_cache_cf.cc \
        tests/stub_cache_manager.cc \
        tests/stub_client_db.cc \
+       client_side_request.h \
        tests/stub_client_side_request.cc \
        tests/stub_debug.cc \
        tests/stub_errorpage.cc \
@@ -3951,6 +3952,7 @@ tests_testStatHist_LDFLAGS = $(LIBADD_DL)
 tests_testStatHist_LDADD = \
        base/libbase.la \
        $(top_builddir)/lib/libmiscutil.la \
+       $(top_builddir)/lib/libmisccontainers.la \
        $(SQUID_CPPUNIT_LIBS) \
        $(SQUID_CPPUNIT_LA) \
        $(COMPAT_LIB)
index 199ac77283a497c2b8172c61c34f9ef4dc57103b..19fa845c5e0c271478b26e369c08bbaad0089f65 100644 (file)
@@ -32,3 +32,7 @@
 #include "squid.h"
 #include "client_side_request.h"
 #include "Store.h"
+
+#if !_USE_INLINE_
+#include "client_side_request.cci"
+#endif