From 71348b8b9efb54fc06997733d42a89f74432de4e Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sun, 10 Dec 2000 18:40:23 +0000 Subject: [PATCH] Initial commit of Function_Cache. --- pear/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pear/Makefile.in b/pear/Makefile.in index ab890562d6..5018f563b5 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -11,6 +11,7 @@ peardir=$(PEAR_INSTALLDIR) PEAR_SUBDIRS = \ Benchmark \ + Cache \ Crypt \ Date \ DB \ @@ -26,6 +27,7 @@ PEAR_SUBDIRS = \ PEAR_FILES = \ Benchmark/Iterate.php \ Benchmark/Timer.php \ + Cache/Function_Cache.php \ Crypt/HCEMD5.php \ Date/Calc.php \ DB.php \ -- 2.40.0