From: Chuck Hagenbuch Date: Wed, 3 Jan 2001 15:13:29 +0000 (+0000) Subject: add Numbers/Roman.php, Net/Curl.php, and XML/RPC.php to the install rules. X-Git-Tag: php-4.0.5RC1~752 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ef382dfcdc6691e56e8ddb03b6c779051556e91;p=php add Numbers/Roman.php, Net/Curl.php, and XML/RPC.php to the install rules. --- diff --git a/pear/Makefile.in b/pear/Makefile.in index 7e76dc3525..24d6cf9709 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -21,6 +21,7 @@ PEAR_SUBDIRS = \ Mail \ Math \ Net \ + Numbers \ Payment \ PEAR \ XML @@ -60,11 +61,14 @@ PEAR_FILES = \ Mail/smtp.php \ Math/Fraction.php \ Math/Util.php \ + Net/Curl.php \ Net/SMTP.php \ Net/Socket.php \ + Numbers/Roman.php \ PEAR/Installer.php \ Payment/Verisign.php \ - XML/Parser.php + XML/Parser.php \ + XML/RPC.php install-data-local: PEAR.php @if $(mkinstalldirs) $(peardir); then \