]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #1455: Error during "make all"
authorserassio <>
Wed, 30 Nov 2005 01:08:09 +0000 (01:08 +0000)
committerserassio <>
Wed, 30 Nov 2005 01:08:09 +0000 (01:08 +0000)
In the latest ICAP merge some make dist stuff was missing.
Hoping to have added all nedeed files ... :-)

src/ICAP/Makefile.am
src/Makefile.am

index 688a78c73f3dacb3d3044186871f50ad9c93b079..05e9866c6f06024c5c6cc7f52cb0255b017d5918 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.2 2005/11/21 23:54:12 wessels Exp $
+#  $Id: Makefile.am,v 1.3 2005/11/29 18:08:10 serassio Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -22,17 +22,34 @@ noinst_LIBRARIES = \
 
 libicap_a_SOURCES = \
        ChunkedCodingParser.cc \
-       ICAPClientRespmodPrecache.cc \
-       ICAPClientReqmodPrecache.cc \
+       ChunkedCodingParser.h \
        ICAPClient.cc \
+       ICAPClient.h \
+       ICAPClientReqmodPrecache.cc \
+       ICAPClientReqmodPrecache.h \
+       ICAPClientRespmodPrecache.cc \
+       ICAPClientRespmodPrecache.h \
+       ICAPConfig.cc \
+       ICAPConfig.h \
        ICAPElements.cc \
-       ICAPXaction.cc \
-       ICAPOptXact.cc \
+       ICAPElements.h \
        ICAPModXact.cc \
-       ICAPServiceRep.cc \
-       ICAPConfig.cc \
+       ICAPModXact.h \
        ICAPOptions.cc \
+       ICAPOptions.h \
+       ICAPOptXact.cc \
+       ICAPOptXact.h \
+       ICAPServiceRep.cc \
+       ICAPServiceRep.h \
+       ICAPXaction.cc \
+       ICAPXaction.h \
+       MsgPipe.cc \
+       MsgPipe.h \
+       MsgPipeData.h \
+       MsgPipeEnd.h \
+       MsgPipeSink.h \
+       MsgPipeSource.h \
        TextException.cc \
-       MsgPipe.cc
+       TextException.h
 
 INCLUDES        = -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src
index 09eb20ca7bdc502ad6df00c6fc4049bdca31ee53..e9a2f9afd68ef413d998a1a920f16904536ad06a 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.118 2005/11/21 23:18:57 wessels Exp $
+#  $Id: Makefile.am,v 1.119 2005/11/29 18:08:09 serassio Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -257,6 +257,7 @@ EXTRA_squid_SOURCES = \
        $(ESI_ALL_SOURCE) \
        ProfStats.cc \
        LeakFinder.cc \
+       LeakFinder.h \
        snmp_core.cc \
        snmp_agent.cc \
        unlinkd.cc \
@@ -365,6 +366,7 @@ squid_SOURCES = \
        client_side_reply.h \
        client_side_request.cc \
        client_side_request.h \
+       ClientRequestContext.h \
        clientStream.cc \
        clientStream.h \
        comm.cc \