chagenbu                Thu Mar  1 08:33:34 2001 EDT

  Modified files:              
    /php4/pear  Makefile.in 
  Log:
  update the makefile for the new Cache classes.
  
  
Index: php4/pear/Makefile.in
diff -u php4/pear/Makefile.in:1.68 php4/pear/Makefile.in:1.69
--- php4/pear/Makefile.in:1.68  Thu Feb 22 08:01:14 2001
+++ php4/pear/Makefile.in       Thu Mar  1 08:33:34 2001
@@ -12,6 +12,7 @@
 PEAR_SUBDIRS = \
        Benchmark \
        Cache \
+       Cache/Container \
        Console \
        Crypt \
        Date \
@@ -33,7 +34,11 @@
 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 \



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to