From: serassio <> Date: Mon, 5 Jun 2006 00:45:47 +0000 (+0000) Subject: testURL needs referer.cc and useragent.cc X-Git-Tag: SQUID_3_0_PRE4~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2624b478e70e43ee6721becdb3e819b6194eb281;p=thirdparty%2Fsquid.git testURL needs referer.cc and useragent.cc --- diff --git a/src/Makefile.am b/src/Makefile.am index 8bdc7be6cd..be32f1008d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.150 2006/06/04 18:31:37 serassio Exp $ +# $Id: Makefile.am,v 1.151 2006/06/04 18:45:47 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -1907,6 +1907,7 @@ tests_testURL_SOURCES = \ peer_digest.cc \ peer_select.cc \ redirect.cc \ + referer.cc \ refresh.cc \ Server.cc \ $(SNMP_SOURCE) \ @@ -1938,6 +1939,7 @@ tests_testURL_SOURCES = \ tunnel.cc \ SwapDir.cc \ urn.cc \ + useragent.cc \ wais.cc \ whois.cc \ wordlist.cc