]> granicus.if.org Git - php/commitdiff
update the makefile for the new Cache classes.
authorChuck Hagenbuch <chagenbu@php.net>
Thu, 1 Mar 2001 16:33:34 +0000 (16:33 +0000)
committerChuck Hagenbuch <chagenbu@php.net>
Thu, 1 Mar 2001 16:33:34 +0000 (16:33 +0000)
pear/Makefile.in

index f2c9464061a937da3b65d16af4aa3e9084771240..72f7ebb318237cab18cd6d2fe0efb480c3918830 100644 (file)
@@ -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 \