]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Summary: Dist recent new files.
authorrobertc <>
Fri, 15 Aug 2003 05:21:51 +0000 (05:21 +0000)
committerrobertc <>
Fri, 15 Aug 2003 05:21:51 +0000 (05:21 +0000)
Keywords:

Dist recent new files.

src/Makefile.am
src/fs/Makefile.am

index 9c4833f7857715cad8949c3f3e9f4a6631c0ea62..b1b0f27c14cf70173ea74d94b6dec36134f8a28f 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.88 2003/08/14 14:37:00 robertc Exp $
+#  $Id: Makefile.am,v 1.89 2003/08/14 23:21:51 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -209,6 +209,7 @@ EXTRA_squid_SOURCES = \
        dns_internal.cc \
        $(EPOLL_ALL_SOURCE) \
        htcp.cc \
+       htcp.h \
        $(IDENT_ALL_SOURCE) \
        $(ESI_ALL_SOURCE) \
        ProfStats.cc \
index 8e35449c515dc31241c94028d157e0bc762df29d..784cb374e9c33e64529a7f82d38f5d7d3594cf7a 100644 (file)
@@ -1,6 +1,6 @@
 #  Makefile for storage modules in the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.9 2003/08/03 21:47:07 robertc Exp $
+#  $Id: Makefile.am,v 1.10 2003/08/14 23:21:52 robertc Exp $
 #
 
 AUTOMAKE_OPTIONS = subdir-objects
@@ -34,7 +34,9 @@ libufs_a_SOURCES = ufs/store_dir_ufs.cc ufs/store_io_ufs.cc ufs/store_ufs.h
 EXTRA_DIST = \
        coss/coss-notes.txt \
        ufs/IOModule.h \
-       ufs/StoreFSufs.h
+       coss/StoreFScoss.h \
+       ufs/StoreFSufs.h \
+       null/StoreFSnull.h
 
 INCLUDES      = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
        -I$(top_srcdir)/src/