From: serassio <> Date: Fri, 4 Nov 2005 03:03:29 +0000 (+0000) Subject: Fixed typo X-Git-Tag: SQUID_3_0_PRE4~554 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc3e006aa2665021758fa5c7b8e2f86ffafd77fa;p=thirdparty%2Fsquid.git Fixed typo --- diff --git a/src/Makefile.am b/src/Makefile.am index 5e90136c1e..9f57835ebc 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.114 2005/11/02 23:14:41 hno Exp $ +# $Id: Makefile.am,v 1.115 2005/11/03 20:03:29 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -191,7 +191,7 @@ libexec_PROGRAMS = \ $(UNLINKD) \ cachemgr$(CGIEXT) -cf_gen_SOURCES = cf_gen.cc defines.h debug.c +cf_gen_SOURCES = cf_gen.cc defines.h debug.cc nodist_cf_gen_SOURCES = globals.cc nodist_cf_gen_HEADER = cf_gen_defines.h cf_gen.$(OBJEXT): cf_gen_defines.h