From dc3e006aa2665021758fa5c7b8e2f86ffafd77fa Mon Sep 17 00:00:00 2001 From: serassio <> Date: Fri, 4 Nov 2005 03:03:29 +0000 Subject: [PATCH] Fixed typo --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3