1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 18:13:00 +02:00

add Numbers/Roman.php, Net/Curl.php, and XML/RPC.php to the install rules.

This commit is contained in:
Chuck Hagenbuch
2001-01-03 15:13:29 +00:00
parent 60776dbeeb
commit 3ef382dfcd

View 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 \