From: robertc <> Date: Sun, 26 Jan 2003 04:16:42 +0000 (+0000) Subject: add stmem.h to distributed files X-Git-Tag: SQUID_3_0_PRE1~434 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dfee30a98893366ef5e99e28e54c12047e519b3;p=thirdparty%2Fsquid.git add stmem.h to distributed files --- diff --git a/src/Makefile.am b/src/Makefile.am index 4e1a0bb513..f5938b13d1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.48 2003/01/23 00:37:13 robertc Exp $ +# $Id: Makefile.am,v 1.49 2003/01/25 21:16:42 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -220,6 +220,7 @@ squid_SOURCES = \ StatHist.cc \ String.cc \ stmem.cc \ + stmem.h \ store.cc \ Store.h \ store_io.cc \ diff --git a/src/Makefile.in b/src/Makefile.in index c47ef23b48..1a3caace96 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.269 2003/01/23 00:42:44 robertc Exp $ +# $Id: Makefile.in,v 1.270 2003/01/25 21:16:42 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -310,6 +310,7 @@ squid_SOURCES = \ StatHist.cc \ String.cc \ stmem.cc \ + stmem.h \ store.cc \ Store.h \ store_io.cc \