From: Francesco Chemolli Date: Tue, 16 Oct 2012 23:41:32 +0000 (-0600) Subject: Fix linking issues in testDiskIO and testStatHist X-Git-Tag: SQUID_3_3_0_1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc5cdc37a1c1612bc8f78c9798a31cf669135cb3;p=thirdparty%2Fsquid.git Fix linking issues in testDiskIO and testStatHist --- diff --git a/src/Makefile.am b/src/Makefile.am index 64c607d477..803c430db8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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) diff --git a/src/tests/stub_client_side_request.cc b/src/tests/stub_client_side_request.cc index 199ac77283..19fa845c5e 100644 --- a/src/tests/stub_client_side_request.cc +++ b/src/tests/stub_client_side_request.cc @@ -32,3 +32,7 @@ #include "squid.h" #include "client_side_request.h" #include "Store.h" + +#if !_USE_INLINE_ +#include "client_side_request.cci" +#endif