From: rousskov <> Date: Thu, 9 Apr 1998 04:48:54 +0000 (+0000) Subject: - added peer_digest.o X-Git-Tag: SQUID_3_0_PRE1~3553 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=647dcce8c80a17f54d6fcf58232dc9e445172a06;p=thirdparty%2Fsquid.git - added peer_digest.o --- diff --git a/src/Makefile.in b/src/Makefile.in index fd7d0dc3e0..1ad1538d16 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.145 1998/04/08 06:21:58 wessels Exp $ +# $Id: Makefile.in,v 1.146 1998/04/08 22:48:54 rousskov Exp $ # # Uncomment and customize the following to suit your needs: # @@ -129,6 +129,7 @@ OBJS = \ Packer.o \ pass.o \ pconn.o \ + peer_digest.o \ peer_select.o \ proto.o \ pump.o \