summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Hagenbuch <chagenbu@php.net>2001-01-05 20:05:27 +0000
committerChuck Hagenbuch <chagenbu@php.net>2001-01-05 20:05:27 +0000
commit6005910da26a0329f52777c87ed2676411291ac5 (patch)
treeb9d6458e8d789af722a8439f000b19792c7c400a
parent12f2d57caad3ef554ab60f6308b2bf95951b2c97 (diff)
downloadphp-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.in1
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 \