]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Another missing file in make dist
authorrobertc <>
Sun, 26 Jan 2003 17:46:24 +0000 (17:46 +0000)
committerrobertc <>
Sun, 26 Jan 2003 17:46:24 +0000 (17:46 +0000)
src/Makefile.am
src/Makefile.in

index f5938b13d1e820e195f3f2c3017678f7fe3b3211..679dd05fd6acf4ca6881bb6e0546d8c3507f2b56 100644 (file)
@@ -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 \
index 1a3caace96f5f1fa4b619d43cdf8fe1f027832f1..756b69b4d3e020e211012337431fcfb17739976f 100644 (file)
@@ -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 \