]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add stmem.h to distributed files
authorrobertc <>
Sun, 26 Jan 2003 04:16:42 +0000 (04:16 +0000)
committerrobertc <>
Sun, 26 Jan 2003 04:16:42 +0000 (04:16 +0000)
src/Makefile.am
src/Makefile.in

index 4e1a0bb513ec607ca508bb11354dcd1b8b102be2..f5938b13d1e820e195f3f2c3017678f7fe3b3211 100644 (file)
@@ -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 \
index c47ef23b487e69a660ffd9c4e2e99cc975a52b0d..1a3caace96f5f1fa4b619d43cdf8fe1f027832f1 100644 (file)
@@ -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 \