From e591ae24cb6c7b4a300df944f04a55bf99cd74a5 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Thu, 1 Mar 2001 16:33:34 +0000 Subject: [PATCH] update the makefile for the new Cache classes. --- pear/Makefile.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pear/Makefile.in b/pear/Makefile.in index f2c9464061..72f7ebb318 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -12,6 +12,7 @@ peardir=$(PEAR_INSTALLDIR) PEAR_SUBDIRS = \ Benchmark \ Cache \ + Cache/Container \ Console \ Crypt \ Date \ @@ -33,7 +34,11 @@ PEAR_SUBDIRS = \ PEAR_FILES = \ Benchmark/Iterate.php \ Benchmark/Timer.php \ - Cache/Function_Cache.php \ + Cache.php + Cache/Container.php \ + Cache/Container/file.php \ + Cache/Container/phplib.php \ + Cache/Container/shm.php \ Console/Getopt.php \ Crypt/CBC.php \ Crypt/HCEMD5.php \ -- 2.40.0