diff options
author | Stig Bakken <ssb@php.net> | 2001-12-29 02:12:02 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2001-12-29 02:12:02 +0000 |
commit | 9311e0511981c30d41392ad036a6d76f037b47dc (patch) | |
tree | 6242aa9fab336b9fcc09906bf4d46dea90aed6b9 | |
parent | 2f307b2a53ffc91e04ae5f4c01c8176814499cb8 (diff) | |
download | php-git-9311e0511981c30d41392ad036a6d76f037b47dc.tar.gz |
* install PEAR/Dependency.php
-rw-r--r-- | pear/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/Makefile.in b/pear/Makefile.in index f5736b1a2f..c05c0ef1ae 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -103,6 +103,7 @@ PEAR_FILES = \ PEAR/Autoloader.php \ PEAR/Common.php \ PEAR/Config.php \ + PEAR/Dependency.php \ PEAR/Installer.php \ PEAR/Packager.php \ PEAR/Registry.php \ |