]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Fri, 17 Oct 2003 06:28:56 +0000 (06:28 +0000)
committerhno <>
Fri, 17 Oct 2003 06:28:56 +0000 (06:28 +0000)
src/Makefile.in

index cd56760530e6ec63089583caf92ff628d1d00aee..92d0099d8c43628d591a6b5a70f4a17a10c3fd9b 100644 (file)
@@ -17,7 +17,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.320 2003/09/02 00:14:34 hno Exp $
+#  $Id: Makefile.in,v 1.321 2003/10/17 00:28:56 hno Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -524,6 +524,7 @@ squid_SOURCES = \
        gopher.cc \
        helper.cc \
        helper.h \
+       HierarchyLogEntry.h \
        $(HTCPSOURCE) \
        http.cc \
        http.h \
@@ -576,6 +577,8 @@ squid_SOURCES = \
        pconn.cc \
        peer_digest.cc \
        peer_select.cc \
+       PeerSelectState.h \
+       PingData.h \
        protos.h \
        redirect.cc \
        referer.cc \
@@ -1032,18 +1035,19 @@ am__squid_SOURCES_DIST = access_log.cc AccessLogEntry.h acl.cc ACL.h \
        external_acl.cc ExternalACL.h ExternalACLEntry.cc \
        ExternalACLEntry.h fd.cc fde.cc fde.h filemap.cc forward.cc \
        fqdncache.cc ftp.cc Generic.h globals.h gopher.cc helper.cc \
-       helper.h htcp.cc htcp.h http.cc http.h HttpStatusLine.cc \
-       HttpStatusLine.h HttpHdrCc.cc HttpHdrRange.cc HttpHdrSc.cc \
-       HttpHdrScTarget.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 HttpVersion.h icmp.cc ICP.h icp_v2.cc icp_v3.cc \
-       ACLIdent.cc ACLIdent.h ident.cc int.cc internal.cc ipc.cc \
-       ipcache.cc IPInterception.cc IPInterception.h leakfinder.cc \
-       logfile.cc main.cc mem.cc mem_node.cc mem_node.h Mem.h \
-       MemBuf.cc MemObject.cc MemObject.h mime.cc multicast.cc \
-       neighbors.cc net_db.cc Packer.cc ProfStats.cc pconn.cc \
-       peer_digest.cc peer_select.cc protos.h redirect.cc referer.cc \
+       helper.h HierarchyLogEntry.h htcp.cc htcp.h http.cc http.h \
+       HttpStatusLine.cc HttpStatusLine.h HttpHdrCc.cc HttpHdrRange.cc \
+       HttpHdrSc.cc HttpHdrScTarget.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 HttpVersion.h icmp.cc \
+       ICP.h icp_v2.cc icp_v3.cc ACLIdent.cc ACLIdent.h ident.cc \
+       int.cc internal.cc ipc.cc ipcache.cc IPInterception.cc \
+       IPInterception.h leakfinder.cc logfile.cc main.cc mem.cc \
+       mem_node.cc mem_node.h Mem.h MemBuf.cc MemObject.cc MemObject.h \
+       mime.cc multicast.cc neighbors.cc net_db.cc Packer.cc \
+       ProfStats.cc pconn.cc peer_digest.cc peer_select.cc \
+       PeerSelectState.h PingData.h protos.h redirect.cc referer.cc \
        refresh.cc send-announce.cc snmp_core.cc snmp_agent.cc squid.h \
        SquidNew.cc tunnel.cc ACLCertificateData.cc \
        ACLCertificateData.h ACLCertificate.cc ACLCertificate.h \