From 6005910da26a0329f52777c87ed2676411291ac5 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Fri, 5 Jan 2001 20:05:27 +0000 Subject: [PATCH] add File/Passwd.php to the install rules, and change the class name to File_Passwd to match our standard. --- pear/Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.50.1