diff options
author | Chuck Hagenbuch <chagenbu@php.net> | 2001-01-05 20:05:27 +0000 |
---|---|---|
committer | Chuck Hagenbuch <chagenbu@php.net> | 2001-01-05 20:05:27 +0000 |
commit | 6005910da26a0329f52777c87ed2676411291ac5 (patch) | |
tree | b9d6458e8d789af722a8439f000b19792c7c400a | |
parent | 12f2d57caad3ef554ab60f6308b2bf95951b2c97 (diff) | |
download | php-git-6005910da26a0329f52777c87ed2676411291ac5.tar.gz |
add File/Passwd.php to the install rules, and change the class name to
File_Passwd to match our standard.
-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 24d6cf9709..b529a7b107 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -45,6 +45,7 @@ PEAR_FILES = \ DB/storage.php \ DB/sybase.php \ File/Find.php \ + File/Passwd.php \ File/SearchReplace.php \ HTML/Form.php \ HTTP.php \ |