From 3ef382dfcdc6691e56e8ddb03b6c779051556e91 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Wed, 3 Jan 2001 15:13:29 +0000 Subject: [PATCH] add Numbers/Roman.php, Net/Curl.php, and XML/RPC.php to the install rules. --- pear/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pear/Makefile.in b/pear/Makefile.in index 7e76dc35259..24d6cf9709b 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 \