]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Need to dist the comm_*.h files
authorhno <>
Fri, 9 Jun 2006 06:33:13 +0000 (06:33 +0000)
committerhno <>
Fri, 9 Jun 2006 06:33:13 +0000 (06:33 +0000)
src/Makefile.am

index be32f1008dead168fb937ca4c1410a450b102a14..f705eb292d028c263af55d45efa1861acb7ded71 100644 (file)
@@ -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) \