From: robertc <> Date: Sun, 26 Jan 2003 17:46:24 +0000 (+0000) Subject: Another missing file in make dist X-Git-Tag: SQUID_3_0_PRE1~433 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a02a0e333ca49830488d4e5d3fd0e8f812bef6e4;p=thirdparty%2Fsquid.git Another missing file in make dist --- diff --git a/src/Makefile.am b/src/Makefile.am index f5938b13d1..679dd05fd6 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.49 2003/01/25 21:16:42 robertc Exp $ +# $Id: Makefile.am,v 1.50 2003/01/26 10:46:24 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -178,6 +178,7 @@ squid_SOURCES = \ HttpMsg.cc \ HttpReply.cc \ HttpRequest.cc \ + HttpRequest.h \ icmp.cc \ ICP.h \ icp_v2.cc \ diff --git a/src/Makefile.in b/src/Makefile.in index 1a3caace96..756b69b4d3 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.270 2003/01/25 21:16:42 robertc Exp $ +# $Id: Makefile.in,v 1.271 2003/01/26 10:46:24 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -268,6 +268,7 @@ squid_SOURCES = \ HttpMsg.cc \ HttpReply.cc \ HttpRequest.cc \ + HttpRequest.h \ icmp.cc \ ICP.h \ icp_v2.cc \