From 5de019e753f2261174098680a7163be5c76733f3 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 17 Jul 1998 06:48:21 +0000 Subject: [PATCH] add carp.o --- src/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 1bbcfce377..5accef0212 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.153 1998/06/04 18:57:06 wessels Exp $ +# $Id: Makefile.in,v 1.154 1998/07/17 00:48:21 wessels Exp $ # # Uncomment and customize the following to suit your needs: # @@ -84,6 +84,7 @@ OBJS = \ @ASYNC_OBJS@ \ cache_cf.o \ CacheDigest.o \ + carp.o \ cbdata.o \ client_db.o \ client_side.o \ -- 2.47.3