From: Amos Jeffries Date: Mon, 30 Mar 2009 11:34:05 +0000 (+1300) Subject: Author: Christos Tsantilas X-Git-Tag: SQUID_3_1_0_7~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c691fac9a4b88ec2c8d589186b4898932ad0dd01;p=thirdparty%2Fsquid.git Author: Christos Tsantilas Add to the squid binary dependecies. The snmplib, the adaptation lib, the esi lib and the common libs to force the squid binary rebuild when one or more of those libraries are changed --- diff --git a/src/Makefile.am b/src/Makefile.am index ada0b2ffef..c13c848ea5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -578,7 +578,11 @@ squid_DEPENDENCIES = $(top_builddir)/lib/libmiscutil.a \ @STORE_LIBS_TO_ADD@ \ @DISK_LIBS@ \ @DISK_LINKOBJS@ \ - @REPL_OBJS@ + @REPL_OBJS@ \ + @SNMPLIB@ \ + ${ADAPTATION_LIBS} \ + ${ESI_LIBS} \ + $(COMMON_LIBS) if USE_LOADABLE_MODULES squid_SOURCES += $(LOADABLE_MODULES_SOURCES)