]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Christos Tsantilas <chtsanti@users.sourceforge.net>
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 30 Mar 2009 11:34:05 +0000 (00:34 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 30 Mar 2009 11:34:05 +0000 (00:34 +1300)
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

src/Makefile.am

index ada0b2ffefd2c86c75c736281b9b9005ce2b9185..c13c848ea51c8b11e05fc3d8ce2420ed33d98836 100644 (file)
@@ -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)