From: serassio <> Date: Tue, 13 Jun 2006 16:11:31 +0000 (+0000) Subject: Missing comm_*.h from make dist X-Git-Tag: SQUID_3_0_PRE4~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ea409118f51b55bb45212176a678fe8aed4ecc7;p=thirdparty%2Fsquid.git Missing comm_*.h from make dist --- diff --git a/src/Makefile.am b/src/Makefile.am index f705eb292d..6be3c46f39 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.152 2006/06/09 00:33:13 hno Exp $ +# $Id: Makefile.am,v 1.153 2006/06/13 10:11:31 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -384,11 +384,15 @@ squid_SOURCES = \ ClientRequestContext.h \ clientStream.cc \ clientStream.h \ - CommIO.h \ + CommIO.h \ comm_select.cc \ + comm_select.h \ comm_poll.cc \ - comm_epoll.cc \ + comm_poll.h \ + comm_epoll.cc \ + comm_epoll.h \ comm_kqueue.cc \ + comm_kqueue.h \ CommRead.h \ ConfigOption.cc \ ConfigParser.cc \