From: robertc <> Date: Mon, 4 Aug 2003 03:47:07 +0000 (+0000) Subject: store_null.cc compilation errorsstore_null.h not disted - bug #727 X-Git-Tag: SQUID_3_0_PRE3~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=742d3d3a297bbca831781fa319b41580e6313577;p=thirdparty%2Fsquid.git store_null.cc compilation errorsstore_null.h not disted - bug #727 --- diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index 354bfc8edb..8e35449c51 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am @@ -1,6 +1,6 @@ # 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 @@ -28,7 +28,7 @@ diskd_diskd_LDADD = $(top_builddir)/lib/libmiscutil.a @XTRA_LIBS@ 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 = \ diff --git a/src/fs/Makefile.in b/src/fs/Makefile.in index 5ca93bb87c..83ec60737a 100644 --- a/src/fs/Makefile.in +++ b/src/fs/Makefile.in @@ -16,7 +16,7 @@ # 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@ @@ -236,7 +236,7 @@ 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 = \