From: hno <> Date: Fri, 16 Dec 2005 05:25:24 +0000 (+0000) Subject: Need to dist pconn.h X-Git-Tag: SQUID_3_0_PRE4~450 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d3c24dccbedf9f30209d9721a5588d35195c5fd;p=thirdparty%2Fsquid.git Need to dist pconn.h --- diff --git a/src/Makefile.am b/src/Makefile.am index 13ff5758cb..5b3eb82c96 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.120 2005/12/02 17:06:10 wessels Exp $ +# $Id: Makefile.am,v 1.121 2005/12/15 22:25:24 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -463,6 +463,7 @@ squid_SOURCES = \ Parsing.h \ $(XPROF_STATS_SOURCE) \ pconn.cc \ + pconn.h \ peer_digest.cc \ peer_select.cc \ PeerSelectState.h \