From: hno <> Date: Fri, 30 Nov 2001 23:22:35 +0000 (+0000) Subject: client renamed to squidclient X-Git-Tag: SQUID_3_0_PRE1~1255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7945607063af49c9ca0e0b50f916f97ca67af6a0;p=thirdparty%2Fsquid.git client renamed to squidclient --- diff --git a/src/Makefile.am b/src/Makefile.am index a3ea919db9..b111bf7e18 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.15 2001/11/30 15:34:37 hno Exp $ +# $Id: Makefile.am,v 1.16 2001/11/30 16:22:35 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -72,7 +72,7 @@ noinst_PROGRAMS = \ bin_PROGRAMS = \ squid \ - client + squidclient libexec_PROGRAMS = \ @OPT_PINGER@ \ @@ -83,6 +83,7 @@ libexec_PROGRAMS = \ cf_gen_SOURCES = cf_gen.c defines.h nodist_cf_gen_HEADER = cf_gen_defines.h cf_gen.$(OBJEXT): cf_gen_defines.h +squidclient_SOURCES = client.c EXTRA_squid_SOURCES = \ delay_pools.c \