]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Missing comm_*.h from make dist
authorserassio <>
Tue, 13 Jun 2006 16:11:31 +0000 (16:11 +0000)
committerserassio <>
Tue, 13 Jun 2006 16:11:31 +0000 (16:11 +0000)
src/Makefile.am

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