From: robertc <> Date: Fri, 27 Sep 2002 03:13:52 +0000 (+0000) Subject: add new headers X-Git-Tag: SQUID_3_0_PRE1~730 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4cba04d385b9b3575508267de16177726c361ea;p=thirdparty%2Fsquid.git add new headers --- diff --git a/src/Makefile.am b/src/Makefile.am index 34a4253f4d..cf959c1833 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.31 2002/09/24 10:46:43 robertc Exp $ +# $Id: Makefile.am,v 1.32 2002/09/26 21:13:52 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -118,7 +118,9 @@ squid_SOURCES = \ client_side.c \ client_side_reply.c \ client_side_request.c \ + client_side_request.h \ clientStream.c \ + clientStream.h \ comm.c \ comm_select.c \ comm_poll.c \ @@ -190,7 +192,9 @@ squid_SOURCES = \ stmem.c \ store.c \ store_io.c \ + StoreIOBuffer.h \ store_client.c \ + StoreClient.h \ store_digest.c \ store_dir.c \ store_key_md5.c \