From: robertc <> Date: Tue, 28 Jan 2003 08:31:50 +0000 (+0000) Subject: bootstrapped X-Git-Tag: SQUID_3_0_PRE1~419 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e858d9e11fa08277d4ccccdff0a7ffcc69fa2f0;p=thirdparty%2Fsquid.git bootstrapped --- diff --git a/src/Makefile.in b/src/Makefile.in index 585dab03cc..8e00333f16 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.272 2003/01/27 08:30:46 robertc Exp $ +# $Id: Makefile.in,v 1.273 2003/01/28 01:31:50 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -212,6 +212,7 @@ EXTRA_squid_SOURCES = \ squid_SOURCES = \ access_log.cc \ acl.cc \ + ACLChecklist.h \ asn.cc \ authenticate.cc \ authenticate.h \ @@ -487,6 +488,7 @@ ufsdump_SOURCES = debug.cc \ mem.cc \ mem_node.cc \ mem_node.h \ + Mem.h \ MemBuf.cc \ MemObject.cc \ MemObject.h \