#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.140 2006/05/03 14:04:44 robertc Exp $
+# $Id: Makefile.am,v 1.141 2006/05/06 12:38:01 serassio Exp $
#
# Uncomment and customize the following to suit your needs:
#
peer_digest.cc \
peer_select.cc \
redirect.cc \
+ referer.cc \
refresh.cc \
Server.cc \
$(SNMP_SOURCE) \
SwapDir.cc \
url.cc \
urn.cc \
+ useragent.cc \
tests/testHttpRequest.cc \
tests/testMain.cc \
wais.cc \
tests_testHttpRequest_LDADD = \
@REPL_OBJS@ \
@ICAP_LIBS@ \
+ @REGEXLIB@ \
@SSLLIB@ \
-L../lib -lmiscutil \
@XTRA_LIBS@ \