#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.136 2006/04/25 07:13:33 robertc Exp $
+# $Id: Makefile.am,v 1.137 2006/04/25 09:21:06 robertc Exp $
#
# Uncomment and customize the following to suit your needs:
#
pinger \
dnsserver \
recv-announce \
- ufsdump \
tests/testUfs \
tests/testCoss \
tests/testNull
+## cfgen is used when building squid
+## ufsdump is a debug utility, it is possibly useful for end users with cache
+## corruption, but at this point we do not install it.
noinst_PROGRAMS = \
- cf_gen
+ cf_gen \
+ ufsdump
sbin_PROGRAMS = \
squid
client_side_reply.h \
client_side_request.cc \
client_side_request.h \
- ClientBody.h \
ClientBody.cc \
+ ClientBody.h \
ClientRequestContext.h \
clientStream.cc \
clientStream.h \
StoreSearch.h \
StoreSwapLogData.cc \
StoreSwapLogData.h \
- Server.h \
Server.cc \
+ Server.h \
structs.h \
SwapDir.cc \
SwapDir.h \
## snmp_core wants ACLStringData
## SwapDir wants ConfigOption
-ufsdump_SOURCES = debug.cc \
+ufsdump_SOURCES = \
+ ClientBody.cc \
+ ConfigParser.cc \
+ debug.cc \
int.cc \
ufsdump.cc \
store.cc \
StoreSwapLogData.h \
access_log.cc \
acl.cc \
+ acl_noncore.cc \
ACLChecklist.cc \
ACLProxyAuth.cc \
ACLUserData.cc \
squid.h \
$(SSL_SOURCE) \
tunnel.cc \
+ Server.cc \
SquidNew.cc \
stat.cc \
StatHist.cc \
wais.cc \
wccp.cc \
whois.cc \
+ wordlist.cc \
$(WIN32_SOURCE)
ufsdump_LDADD = \
-L../lib \