diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-11-13 07:09:20 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-11-13 07:09:20 +0000 |
commit | 5801fd436ce75443732007f0e47651a279013656 (patch) | |
tree | 8d91f9984d90d4479821a1229a6d1947f993a4ee /net/Makefile | |
parent | 1115ae870339ab4775263836edd32fb95f6d44a1 (diff) |
add xmlrpc++ 0.7
A C++ implementation of the XML-RPC protocol
Notes
Notes:
svn path=/head/; revision=93864
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 61d1b074a8f3..47a29808915b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -734,6 +734,7 @@ SUBDIR += xipdump SUBDIR += xipmsg SUBDIR += xisp + SUBDIR += xmlrpc++ SUBDIR += xmlrpc-c SUBDIR += xmule SUBDIR += xnap |