From: hno <> Date: Fri, 17 Oct 2003 06:28:56 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE4~1184 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eaa0b022b61e4536f6009c38d15e491ebc5a5857;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/src/Makefile.in b/src/Makefile.in index cd56760530..92d0099d8c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 \