From: Alex Rousskov Date: Fri, 14 Oct 2011 22:39:03 +0000 (-0600) Subject: Added missing stub to Rock Store test, exposed by layer-02-maximus build test. X-Git-Tag: BumpSslServerFirst.take01~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c1e0fe2c2f22719c1dc71443d99f0cef2091f34;p=thirdparty%2Fsquid.git Added missing stub to Rock Store test, exposed by layer-02-maximus build test. --- diff --git a/src/Makefile.am b/src/Makefile.am index 14f5b0bb5e..b3569e86e3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2728,6 +2728,7 @@ tests_testRock_SOURCES = \ tests/stub_HelperChildConfig.cc \ tests/stub_http.cc \ tests/stub_HttpRequest.cc \ + tests/stub_icp.cc \ tests/stub_ipc.cc \ tests/stub_MemStore.cc \ tests/stub_mime.cc \