]> granicus.if.org Git - php/commitdiff
add Numbers/Roman.php, Net/Curl.php, and XML/RPC.php to the install rules.
authorChuck Hagenbuch <chagenbu@php.net>
Wed, 3 Jan 2001 15:13:29 +0000 (15:13 +0000)
committerChuck Hagenbuch <chagenbu@php.net>
Wed, 3 Jan 2001 15:13:29 +0000 (15:13 +0000)
pear/Makefile.in

index 7e76dc352590715523d8ca912b40e2ce7e93e029..24d6cf9709b3029129b2601c689b03cd035b8c0a 100644 (file)
@@ -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 \