--------------------- PatchSet 11397 Date: 2007/04/30 08:31:36 Author: hno Branch: HEAD Tag: (none) Log: Fix fs / auth / snmp dependencies Dependencies for some of the internal libraries was missing, resuling in the squid binary not always rebuilt on source changes. Note: There still is no dependencies to lib/ sources. Only added dependencies for libraries referenced directly by their .a file, not -l libraries. Members: src/Makefile.am:1.57->1.58 src/Makefile.in:1.282->1.283 Index: squid/src/Makefile.am =================================================================== RCS file: /cvsroot/squid/squid/src/Makefile.am,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- squid/src/Makefile.am 25 Feb 2007 11:09:17 -0000 1.57 +++ squid/src/Makefile.am 30 Apr 2007 08:31:36 -0000 1.58 @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.57 2007/02/25 11:09:17 hno Exp $ +# $Id: Makefile.am,v 1.58 2007/04/30 08:31:36 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -266,6 +266,12 @@ @XTRA_LIBS@ \ $(MINGWEXLIB) +squid_DEPENDENCIES = \ + $(REPL_OBJS) \ + $(STORE_OBJS) \ + $(AUTH_OBJS) \ + $(SNMPLIB) + unlinkd_SOURCES = unlinkd_LDADD = unlinkd-daemon.o unlinkd-daemon.o: unlinkd.c Index: squid/src/Makefile.in =================================================================== RCS file: /cvsroot/squid/squid/src/Makefile.in,v retrieving revision 1.282 retrieving revision 1.283 diff -u -r1.282 -r1.283 --- squid/src/Makefile.in 25 Feb 2007 11:09:17 -0000 1.282 +++ squid/src/Makefile.in 30 Apr 2007 08:31:36 -0000 1.283 @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.282 2007/02/25 11:09:17 hno Exp $ +# $Id: Makefile.in,v 1.283 2007/04/30 08:31:36 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -162,7 +162,6 @@ string_arrays.$(OBJEXT) squid_OBJECTS = $(am_squid_OBJECTS) $(nodist_squid_OBJECTS) am__DEPENDENCIES_1 = -squid_DEPENDENCIES = $(am__DEPENDENCIES_1) am_unlinkd_OBJECTS = unlinkd_OBJECTS = $(am_unlinkd_OBJECTS) unlinkd_DEPENDENCIES = unlinkd-daemon.o @@ -564,6 +563,12 @@ @XTRA_LIBS@ \ $(MINGWEXLIB) +squid_DEPENDENCIES = \ + $(REPL_OBJS) \ + $(STORE_OBJS) \ + $(AUTH_OBJS) \ + $(SNMPLIB) + unlinkd_SOURCES = unlinkd_LDADD = unlinkd-daemon.o pinger_SOURCES = \