From 4dfee30a98893366ef5e99e28e54c12047e519b3 Mon Sep 17 00:00:00 2001 From: robertc <> Date: Sun, 26 Jan 2003 04:16:42 +0000 Subject: [PATCH] add stmem.h to distributed files --- src/Makefile.am | 3 ++- src/Makefile.in | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 \ -- 2.47.3