From: serassio <> Date: Sat, 6 May 2006 18:38:01 +0000 (+0000) Subject: Fixed testHttpRequest with --enable-referer-log & --enable-useragent-log and X-Git-Tag: SQUID_3_0_PRE4~190 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=87a95d7a344e8c06c0520d3da940cbe99e8b38bb;p=thirdparty%2Fsquid.git Fixed testHttpRequest with --enable-referer-log & --enable-useragent-log and when GNUregex is needed. --- diff --git a/src/Makefile.am b/src/Makefile.am index 10c6adf1d3..803d0c38e5 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.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: # @@ -1272,6 +1272,7 @@ tests_testHttpRequest_SOURCES = \ peer_digest.cc \ peer_select.cc \ redirect.cc \ + referer.cc \ refresh.cc \ Server.cc \ $(SNMP_SOURCE) \ @@ -1306,6 +1307,7 @@ tests_testHttpRequest_SOURCES = \ SwapDir.cc \ url.cc \ urn.cc \ + useragent.cc \ tests/testHttpRequest.cc \ tests/testMain.cc \ wais.cc \ @@ -1317,6 +1319,7 @@ nodist_tests_testHttpRequest_SOURCES = \ tests_testHttpRequest_LDADD = \ @REPL_OBJS@ \ @ICAP_LIBS@ \ + @REGEXLIB@ \ @SSLLIB@ \ -L../lib -lmiscutil \ @XTRA_LIBS@ \