]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix linking issue in testDiskIO when optimizations are disabled
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 13 Oct 2012 21:31:34 +0000 (23:31 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 13 Oct 2012 21:31:34 +0000 (23:31 +0200)
src/Makefile.am
src/tests/stub_client_side_request.cc

index 23a42131dcd2f6e64a06be4409ea1edd9b62bac6..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 \
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