From: hno <> Date: Fri, 2 May 2003 04:03:58 +0000 (+0000) Subject: Oops.. forgot a \ X-Git-Tag: SQUID_3_0_PRE1~221 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ab0456a35d0e0d3ae01bc2a75ad9df6ac0d5ac3;p=thirdparty%2Fsquid.git Oops.. forgot a \ --- diff --git a/src/Makefile.am b/src/Makefile.am index c4f86831e9..f4cac5c2b8 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.71 2003/05/01 17:46:48 hno Exp $ +# $Id: Makefile.am,v 1.72 2003/05/01 22:03:58 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -181,7 +181,7 @@ EXTRA_squid_SOURCES = \ dnsserver.cc \ dns_internal.cc \ htcp.cc \ - $(IDENT_ALL_SOURCE) + $(IDENT_ALL_SOURCE) \ $(ESI_ALL_SOURCE) \ ProfStats.cc \ leakfinder.cc \