]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
bootstrapped: ufsdump_LDADD needs ${ICAP_LIBS} when configured with
authorwessels <>
Fri, 28 Apr 2006 01:04:15 +0000 (01:04 +0000)
committerwessels <>
Fri, 28 Apr 2006 01:04:15 +0000 (01:04 +0000)
--enable-icap-client

src/Makefile.am
src/Makefile.in

index af77827deff9045c4d610127612990583b6f1f21..7f2b95c74590bac04ff6f384a5d46b8e89a767c5 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.137 2006/04/25 09:21:06 robertc Exp $
+#  $Id: Makefile.am,v 1.138 2006/04/27 19:04:15 wessels Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -794,6 +794,7 @@ ufsdump_LDADD = \
        @CRYPTLIB@ \
        @REGEXLIB@ \
        @SNMPLIB@ \
+       ${ICAP_LIBS} \
        @LIB_MALLOC@ \
        @SSLLIB@ \
        -lmiscutil \
index 675c7f4e46153defa4742387ccc37ec50f86c524..1f851cb61f78671c953cea9ee55783b1f2d7dfac 100644 (file)
@@ -17,7 +17,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.375 2006/04/26 00:10:48 hno Exp $
+#  $Id: Makefile.in,v 1.376 2006/04/27 19:04:15 wessels Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -1619,6 +1619,7 @@ ufsdump_LDADD = \
        @CRYPTLIB@ \
        @REGEXLIB@ \
        @SNMPLIB@ \
+       ${ICAP_LIBS} \
        @LIB_MALLOC@ \
        @SSLLIB@ \
        -lmiscutil \