]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add new headers
authorrobertc <>
Fri, 27 Sep 2002 03:13:52 +0000 (03:13 +0000)
committerrobertc <>
Fri, 27 Sep 2002 03:13:52 +0000 (03:13 +0000)
src/Makefile.am

index 34a4253f4d88af288e309e401f57150959e8d572..cf959c183378b1d81a1ba09adf3a3111f5cb6978 100644 (file)
@@ -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 \