#
# 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:
#
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
#
# 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:
#
$(ESI_ALL_SOURCE) \
ProfStats.cc \
LeakFinder.cc \
+ LeakFinder.h \
snmp_core.cc \
snmp_agent.cc \
unlinkd.cc \
client_side_reply.h \
client_side_request.cc \
client_side_request.h \
+ ClientRequestContext.h \
clientStream.cc \
clientStream.h \
comm.cc \