#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.318 2003/08/14 21:12:05 robertc Exp $
+# $Id: Makefile.in,v 1.319 2003/08/14 23:31:51 robertc Exp $
#
# Uncomment and customize the following to suit your needs:
#
dns_internal.cc \
$(EPOLL_ALL_SOURCE) \
htcp.cc \
+ htcp.h \
$(IDENT_ALL_SOURCE) \
$(ESI_ALL_SOURCE) \
ProfStats.cc \
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.46 2003/08/03 21:47:07 robertc Exp $
+# $Id: Makefile.in,v 1.47 2003/08/14 23:31:51 robertc Exp $
#
srcdir = @srcdir@
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 \
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir: $(DISTFILES)
- $(mkinstalldirs) $(distdir)/coss $(distdir)/ufs
+ $(mkinstalldirs) $(distdir)/coss $(distdir)/null $(distdir)/ufs
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \