From: hno <> Date: Fri, 2 May 2003 04:05:10 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~220 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1005324429bd01b0d890b41e493add8c3072347a;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/src/Makefile.in b/src/Makefile.in index 9d4b933400..9ab055aed7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.303 2003/05/01 17:49:27 hno Exp $ +# $Id: Makefile.in,v 1.304 2003/05/01 22:05:10 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -268,7 +268,15 @@ EXTRA_squid_SOURCES = \ dnsserver.cc \ dns_internal.cc \ htcp.cc \ - $(IDENT_ALL_SOURCE) + $(IDENT_ALL_SOURCE) \ + $(ESI_ALL_SOURCE) \ + ProfStats.cc \ + leakfinder.cc \ + snmp_core.cc \ + snmp_agent.cc \ + unlinkd.cc \ + $(SSL_ALL_SOURCE) \ + win32.cc squid_ACLSOURCES = \ @@ -1743,14 +1751,6 @@ uninstall-info: uninstall-info-recursive uninstall-sbinPROGRAMS uninstall-sysconfDATA cf_gen.$(OBJEXT): cf_gen_defines.h - $(ESI_ALL_SOURCE) \ - ProfStats.cc \ - leakfinder.cc \ - snmp_core.cc \ - snmp_agent.cc \ - unlinkd.cc \ - $(SSL_ALL_SOURCE) \ - win32.cc $(OBJS): $(top_srcdir)/include/version.h ../include/autoconf.h