From: hno <> Date: Mon, 1 Jul 2002 22:13:55 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~928 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cafedbff353288ee25f46d3aca0fa2b96a32ad6;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/src/Makefile.in b/src/Makefile.in index 862de46c60..93f46e7d2b 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.236 2002/07/01 16:07:19 hno Exp $ +# $Id: Makefile.in,v 1.237 2002/07/01 16:13:55 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -74,6 +74,7 @@ AUTH_OBJS = @AUTH_OBJS@ AWK = @AWK@ BASIC_AUTH_HELPERS = @BASIC_AUTH_HELPERS@ CC = @CC@ +CGIEXT = @CGIEXT@ CPP = @CPP@ CRYPTLIB = @CRYPTLIB@ DEPDIR = @DEPDIR@ @@ -120,7 +121,6 @@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ makesnmplib = @makesnmplib@ -CGIEXT = @CGIEXT@ @USE_DNSSERVER_TRUE@DNSSOURCE = dns.c @USE_DNSSERVER_FALSE@DNSSOURCE = dns_internal.c