From: robertc <> Date: Mon, 27 Jan 2003 15:28:29 +0000 (+0000) Subject: Summary: Distribute all source files. X-Git-Tag: SQUID_3_0_PRE1~427 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5c0ef1cf4b92390eab4c3374dba6edb924ae61b;p=thirdparty%2Fsquid.git Summary: Distribute all source files. Keywords: Add HttpHdrContRange.h, HttpHeaderRange.h, HttpReply.h, Mem.h and HttpRequest.h to the sources list. --- diff --git a/src/Makefile.am b/src/Makefile.am index 679dd05fd6..593e7d070f 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.50 2003/01/26 10:46:24 robertc Exp $ +# $Id: Makefile.am,v 1.51 2003/01/27 08:28:29 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -171,12 +171,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 \ @@ -196,6 +199,7 @@ squid_SOURCES = \ mem.cc \ mem_node.cc \ mem_node.h \ + Mem.h \ MemBuf.cc \ MemObject.cc \ MemObject.h \ @@ -373,6 +377,7 @@ ufsdump_SOURCES = debug.cc \ HttpMsg.cc \ HttpReply.cc \ HttpRequest.cc \ + HttpRequest.h \ icmp.cc \ icp_v2.cc \ icp_v3.cc \