From: hno <> Date: Tue, 11 Feb 2003 20:06:04 +0000 (+0000) Subject: Fix dependencies for ufsdump now that ssl.cc is renamed to tunnel.cc X-Git-Tag: SQUID_3_0_PRE1~363 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2e27ed2f123512879b6cface7a726bd3ac29f79;p=thirdparty%2Fsquid.git Fix dependencies for ufsdump now that ssl.cc is renamed to tunnel.cc --- diff --git a/src/Makefile.am b/src/Makefile.am index 08220e4daf..e8c494dd9c 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.55 2003/02/08 16:16:14 hno Exp $ +# $Id: Makefile.am,v 1.56 2003/02/11 13:06:04 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -436,7 +436,7 @@ ufsdump_SOURCES = debug.cc \ send-announce.cc \ $(SNMPSOURCE) \ squid.h \ - ssl.cc \ + tunnel.cc \ $(SSLSOURCE) \ stat.cc \ StatHist.cc \