From d5475bf1ca2addebdcc987fd9067cf96f0bd410c Mon Sep 17 00:00:00 2001 From: Christos Tsantilas Date: Sat, 28 Mar 2009 19:41:32 +0200 Subject: [PATCH] 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 --- src/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) -- 2.47.2