From b8e99a75b8cf595a0fef7e4ec780963a092d29cd Mon Sep 17 00:00:00 2001 From: hno <> Date: Fri, 16 Dec 2005 08:10:45 +0000 Subject: [PATCH] Bootstrapped --- src/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 655a16b43d..764114ccf7 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.357 2005/12/02 17:06:10 wessels Exp $ +# $Id: Makefile.in,v 1.358 2005/12/16 01:10:45 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -199,7 +199,7 @@ am__squid_SOURCES_DIST = access_log.cc AccessLogEntry.h acl.cc ACL.h \ list.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 Parsing.cc Parsing.h \ - ProfStats.cc pconn.cc peer_digest.cc peer_select.cc \ + ProfStats.cc pconn.cc pconn.h 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 \ @@ -1117,6 +1117,7 @@ squid_SOURCES = \ Parsing.h \ $(XPROF_STATS_SOURCE) \ pconn.cc \ + pconn.h \ peer_digest.cc \ peer_select.cc \ PeerSelectState.h \ -- 2.47.3