Skip to content

Commit 20c4b9c

Browse files
committed
* fixed up the XML-RPC class so it's useful at least (based on usefulinc 1b8)
1 parent 90cf654 commit 20c4b9c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pear/Makefile.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ PEAR_SUBDIRS = \
2929
Payment \
3030
PEAR \
3131
Schedule \
32-
XML
32+
XML \
33+
XML/RPC
3334

3435
PEAR_FILES = \
3536
Benchmark/Iterate.php \
@@ -97,7 +98,8 @@ PEAR_FILES = \
9798
Payment/Verisign.php \
9899
Schedule/At.php \
99100
XML/Parser.php \
100-
XML/RPC.php
101+
XML/RPC.php \
102+
XML/RPC/Server.php
101103

102104
install-data-local: PEAR.php
103105
@if $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \

0 commit comments

Comments
 (0)