From: robertc <> Date: Mon, 27 Jan 2003 15:30:46 +0000 (+0000) Subject: bootstrapped X-Git-Tag: SQUID_3_0_PRE1~426 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=febf1a54299ffe3cfae11d2a1918ddb81d58810d;p=thirdparty%2Fsquid.git bootstrapped --- diff --git a/src/Makefile.in b/src/Makefile.in index 756b69b4d3..585dab03cc 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.271 2003/01/26 10:46:24 robertc Exp $ +# $Id: Makefile.in,v 1.272 2003/01/27 08:30:46 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -261,12 +261,15 @@ squid_SOURCES = \ HttpHdrCc.cc \ HttpHdrRange.cc \ HttpHdrContRange.cc \ + HttpHdrContRange.h \ HttpHeader.cc \ HttpHeader.h \ + HttpHeaderRange.h \ HttpHeaderTools.cc \ HttpBody.cc \ HttpMsg.cc \ HttpReply.cc \ + HttpReply.h \ HttpRequest.cc \ HttpRequest.h \ icmp.cc \ @@ -286,6 +289,7 @@ squid_SOURCES = \ mem.cc \ mem_node.cc \ mem_node.h \ + Mem.h \ MemBuf.cc \ MemObject.cc \ MemObject.h \ @@ -468,6 +472,7 @@ ufsdump_SOURCES = debug.cc \ HttpMsg.cc \ HttpReply.cc \ HttpRequest.cc \ + HttpRequest.h \ icmp.cc \ icp_v2.cc \ icp_v3.cc \