# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.8 2003/07/22 15:23:18 robertc Exp $
+# $Id: Makefile.am,v 1.9 2003/08/03 21:47:07 robertc Exp $
#
AUTOMAKE_OPTIONS = subdir-objects
diskd_diskd_INCLUDES = -Idiskd -I$(top_builddir)/include \
-I$(top_srcdir)/include -I$(top_srcdir)/src/
-libnull_a_SOURCES = null/store_null.cc
+libnull_a_SOURCES = null/store_null.cc null/store_null.h
libufs_a_SOURCES = ufs/store_dir_ufs.cc ufs/store_io_ufs.cc ufs/store_ufs.h
EXTRA_DIST = \
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.45 2003/07/23 00:14:52 hno Exp $
+# $Id: Makefile.in,v 1.46 2003/08/03 21:47:07 robertc Exp $
#
srcdir = @srcdir@
-I$(top_srcdir)/include -I$(top_srcdir)/src/
-libnull_a_SOURCES = null/store_null.cc
+libnull_a_SOURCES = null/store_null.cc null/store_null.h
libufs_a_SOURCES = ufs/store_dir_ufs.cc ufs/store_io_ufs.cc ufs/store_ufs.h
EXTRA_DIST = \