From e2e27ed2f123512879b6cface7a726bd3ac29f79 Mon Sep 17 00:00:00 2001 From: hno <> Date: Tue, 11 Feb 2003 20:06:04 +0000 Subject: [PATCH] Fix dependencies for ufsdump now that ssl.cc is renamed to tunnel.cc --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.47.3