From: hno <> Date: Fri, 9 Jun 2006 06:33:13 +0000 (+0000) Subject: Need to dist the comm_*.h files X-Git-Tag: SQUID_3_0_PRE4~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092920029f1653b99caa57e1261bdb0f0225d162;p=thirdparty%2Fsquid.git Need to dist the comm_*.h files --- diff --git a/src/Makefile.am b/src/Makefile.am index be32f1008d..f705eb292d 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.151 2006/06/04 18:45:47 serassio Exp $ +# $Id: Makefile.am,v 1.152 2006/06/09 00:33:13 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -1203,8 +1203,11 @@ tests_testCacheManager_SOURCES = \ clientStream.cc \ comm_select.cc \ comm_poll.cc \ + comm_poll.h \ comm_epoll.cc \ + comm_epoll.h \ comm_kqueue.cc \ + comm_kqueue.h \ ConfigOption.cc \ ConfigParser.cc \ $(DELAY_POOL_SOURCE) \