]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Summary: Distribute all source files.
authorrobertc <>
Mon, 27 Jan 2003 15:28:29 +0000 (15:28 +0000)
committerrobertc <>
Mon, 27 Jan 2003 15:28:29 +0000 (15:28 +0000)
Keywords:

Add HttpHdrContRange.h,  HttpHeaderRange.h, HttpReply.h,
Mem.h and HttpRequest.h to the sources list.

src/Makefile.am

index 679dd05fd6acf4ca6881bb6e0546d8c3507f2b56..593e7d070f0ec5103faaf6d5c0e63f3f82debf39 100644 (file)
@@ -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 \