1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 18:43:37 +02:00

update the makefile for the new Cache classes.

This commit is contained in:
Chuck Hagenbuch
2001-03-01 16:33:34 +00:00
parent b917f1e159
commit e591ae24cb

View 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 \