From: Christos Tsantilas Date: Sat, 28 Mar 2009 17:41:32 +0000 (+0200) Subject: Add to the squid binary dependecies the snmplib, the adaptation lib, the X-Git-Tag: SQUID_3_2_0_1~1091 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5475bf1ca2addebdcc987fd9067cf96f0bd410c;p=thirdparty%2Fsquid.git 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 the above libraries are changed --- diff --git a/src/Makefile.am b/src/Makefile.am index 21df03240a..c9420755d6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -548,7 +548,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)