]> granicus.if.org Git - php/commitdiff
* fixed up the XML-RPC class so it's useful at least (based on usefulinc 1b8)
authorStig Bakken <ssb@php.net>
Fri, 20 Apr 2001 12:12:35 +0000 (12:12 +0000)
committerStig Bakken <ssb@php.net>
Fri, 20 Apr 2001 12:12:35 +0000 (12:12 +0000)
pear/Makefile.in

index 7eb0a5aa3526d1e08c721da22cc06b8926e6054c..b05fa1c161607e309e2a03474acae39b397e700f 100644 (file)
@@ -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 \