]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Squid binary should depend on ICAP library. bootstrapped.
authorwessels <>
Sat, 3 Dec 2005 00:05:53 +0000 (00:05 +0000)
committerwessels <>
Sat, 3 Dec 2005 00:05:53 +0000 (00:05 +0000)
configure
src/Makefile.am
src/Makefile.in

index a4dd108f73d15d7fa1a60557d6d3edc078a271f6..8bc6656e853b9dd9f9fd46211a2d1640757d6076 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.392 .
+# From configure.in Revision.
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
index e9a2f9afd68ef413d998a1a920f16904536ad06a..13ff5758cbcb629091583cff62d9009c4c3d2c79 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.119 2005/11/29 18:08:09 serassio Exp $
+#  $Id: Makefile.am,v 1.120 2005/12/02 17:06:10 wessels Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -572,7 +572,8 @@ squid_DEPENDENCIES = $(top_builddir)/lib/libmiscutil.a @STORE_OBJS@ @STORE_LINKO
        @DISK_LINKOBJS@ \
        @REPL_OBJS@ \
        @AUTH_LINKOBJS@ \
-       @AUTH_OBJS@
+       @AUTH_OBJS@ \
+       ${ICAP_LIBS}
 
 unlinkd_SOURCES = unlinkd.cc SquidNew.cc
 unlinkd_CXXFLAGS = -DUNLINK_DAEMON
index eecedcea0ffb5d68c06ff9416df04e90cda92997..655a16b43dbb16a0e1b50d9c1cf630094f3d1a2f 100644 (file)
@@ -17,7 +17,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.356 2005/11/29 18:13:59 serassio Exp $
+#  $Id: Makefile.in,v 1.357 2005/12/02 17:06:10 wessels Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -1227,7 +1227,8 @@ squid_DEPENDENCIES = $(top_builddir)/lib/libmiscutil.a @STORE_OBJS@ @STORE_LINKO
        @DISK_LINKOBJS@ \
        @REPL_OBJS@ \
        @AUTH_LINKOBJS@ \
-       @AUTH_OBJS@
+       @AUTH_OBJS@ \
+       ${ICAP_LIBS}
 
 unlinkd_SOURCES = unlinkd.cc SquidNew.cc
 unlinkd_CXXFLAGS = -DUNLINK_DAEMON