]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Unwind HTCP dependencies
authorhno <>
Thu, 11 May 2006 04:56:59 +0000 (04:56 +0000)
committerhno <>
Thu, 11 May 2006 04:56:59 +0000 (04:56 +0000)
src/Makefile.am

index c05e0bab501980b56db80a0add598d5cae58b810..61519a42f32d393b6991c1c3e88563818755b4db 100644 (file)
@@ -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 \