]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
bootstrapped
authorrobertc <>
Mon, 27 Jan 2003 15:30:46 +0000 (15:30 +0000)
committerrobertc <>
Mon, 27 Jan 2003 15:30:46 +0000 (15:30 +0000)
src/Makefile.in

index 756b69b4d3e020e211012337431fcfb17739976f..585dab03cc47f687e192c366ee23503e8bb404fa 100644 (file)
@@ -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 \