From: wessels <> Date: Fri, 28 Apr 2006 01:04:15 +0000 (+0000) Subject: bootstrapped: ufsdump_LDADD needs ${ICAP_LIBS} when configured with X-Git-Tag: SQUID_3_0_PRE4~219 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=539aff4bd25739cc59d80de81eedd047a412edf3;p=thirdparty%2Fsquid.git bootstrapped: ufsdump_LDADD needs ${ICAP_LIBS} when configured with --enable-icap-client --- diff --git a/src/Makefile.am b/src/Makefile.am index af77827def..7f2b95c745 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.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 \ diff --git a/src/Makefile.in b/src/Makefile.in index 675c7f4e46..1f851cb61f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 \