From 93a9ad6e453fe8623bdcf1a8d6330650745d7ac7 Mon Sep 17 00:00:00 2001 From: serassio <> Date: Thu, 2 Nov 2006 02:55:29 +0000 Subject: [PATCH] Fix make check after changes for Bugs #1719 and #1695 --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 \ -- 2.47.3