]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
client renamed to squidclient
authorhno <>
Fri, 30 Nov 2001 23:22:35 +0000 (23:22 +0000)
committerhno <>
Fri, 30 Nov 2001 23:22:35 +0000 (23:22 +0000)
src/Makefile.am

index a3ea919db99d8d690ff08391e856456f50f27ccf..b111bf7e184ccd6a3312bd62ca1f352d96f2ae79 100644 (file)
@@ -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 \