From c8316fbae4990ab3ad70aa3a6f8bc8fc0884faeb Mon Sep 17 00:00:00 2001 From: wessels <> Date: Sat, 3 Dec 2005 00:05:53 +0000 Subject: [PATCH] Squid binary should depend on ICAP library. bootstrapped. --- configure | 2 +- src/Makefile.am | 5 +++-- src/Makefile.in | 5 +++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/configure b/configure index a4dd108f73..8bc6656e85 100755 --- 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. # diff --git a/src/Makefile.am b/src/Makefile.am index e9a2f9afd6..13ff5758cb 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.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 diff --git a/src/Makefile.in b/src/Makefile.in index eecedcea0f..655a16b43d 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.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 -- 2.47.3