From: Stig Bakken Date: Fri, 20 Apr 2001 12:12:35 +0000 (+0000) Subject: * fixed up the XML-RPC class so it's useful at least (based on usefulinc 1b8) X-Git-Tag: php-4.0.6RC1~357 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20c4b9c7b9ba280857b6bc359f5554bedaae5102;p=php * fixed up the XML-RPC class so it's useful at least (based on usefulinc 1b8) --- diff --git a/pear/Makefile.in b/pear/Makefile.in index 7eb0a5aa35..b05fa1c161 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -29,7 +29,8 @@ PEAR_SUBDIRS = \ Payment \ PEAR \ Schedule \ - XML + XML \ + XML/RPC PEAR_FILES = \ Benchmark/Iterate.php \ @@ -97,7 +98,8 @@ PEAR_FILES = \ Payment/Verisign.php \ Schedule/At.php \ XML/Parser.php \ - XML/RPC.php + XML/RPC.php \ + XML/RPC/Server.php install-data-local: PEAR.php @if $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \