From: serassio <> Date: Thu, 2 Nov 2006 02:55:29 +0000 (+0000) Subject: Fix make check after changes for Bugs #1719 and #1695 X-Git-Tag: SQUID_3_0_PRE5~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93a9ad6e453fe8623bdcf1a8d6330650745d7ac7;p=thirdparty%2Fsquid.git Fix make check after changes for Bugs #1719 and #1695 --- diff --git a/src/Makefile.am b/src/Makefile.am index 0899ef7601..ddce21cc1b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.172 2006/10/31 23:30:56 wessels Exp $ +# $Id: Makefile.am,v 1.173 2006/11/01 19:55:29 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -1191,9 +1191,11 @@ tests_testACLMaxUserIP_SOURCES= \ HttpHdrScTarget.cc \ mem_node.cc \ Packer.cc \ + Parsing.cc \ StatHist.cc \ stmem.cc \ String.cc \ + tests/stub_cache_cf.cc \ tests/stub_comm.cc \ tests/stub_DelayId.cc \ tests/stub_MemObject.cc \