From: hno <> Date: Thu, 11 May 2006 04:56:59 +0000 (+0000) Subject: Unwind HTCP dependencies X-Git-Tag: SQUID_3_0_PRE4~155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1edbd3b6354c79a233c111e2e82eb23d18916c55;p=thirdparty%2Fsquid.git Unwind HTCP dependencies --- diff --git a/src/Makefile.am b/src/Makefile.am index c05e0bab50..61519a42f3 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.142 2006/05/08 23:38:33 robertc Exp $ +# $Id: Makefile.am,v 1.143 2006/05/10 22:56:59 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -1261,7 +1261,7 @@ tests_testHttpRequest_SOURCES = \ ftp.cc \ gopher.cc \ helper.cc \ - htcp.cc \ + $(HTCPSOURCE) \ http.cc \ HttpBody.cc \ HttpHeader.cc \ @@ -1589,7 +1589,7 @@ tests_testURL_SOURCES = \ ftp.cc \ gopher.cc \ helper.cc \ - htcp.cc \ + $(HTCPSOURCE) \ http.cc \ HttpBody.cc \ HttpHeader.cc \