XML-RPC for C/C++ (Xmlrpc-c) Code
Brought to you by:
giraffedata
--- a/advanced/common.mk +++ b/advanced/common.mk @@ -275,7 +275,7 @@ # LDLIBS_XML is the corresponding -L/-l options ifneq ($(ENABLE_LIBXML2_BACKEND),yes) - # We're using the internal Expat XML parser + # We're using the internal Expat-based XML parser LIBXMLRPC_XML = $(LIBXMLRPC_XMLPARSE) $(LIBXMLRPC_XMLTOK) LDLIBS_XML = \ -L$(BLDDIR)/lib/expat/xmlparse -lxmlrpc_xmlparse \