]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add to the squid binary dependecies the snmplib, the adaptation lib, the
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Sat, 28 Mar 2009 17:41:32 +0000 (19:41 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Sat, 28 Mar 2009 17:41:32 +0000 (19:41 +0200)
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

index 21df03240a51e171aac30172c8df89e41eb26e7a..c9420755d690b3c3bf8fa1f3fb7c8b792396043c 100644 (file)
@@ -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)