summaryrefslogtreecommitdiff
path: root/ext/xmlrpc/libxmlrpc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xmlrpc/libxmlrpc/Makefile.in')
-rw-r--r--ext/xmlrpc/libxmlrpc/Makefile.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/xmlrpc/libxmlrpc/Makefile.in b/ext/xmlrpc/libxmlrpc/Makefile.in
deleted file mode 100644
index 5c9d4f4aa9..0000000000
--- a/ext/xmlrpc/libxmlrpc/Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
-
-LTLIBRARY_NAME = libxmlrpc.la
-LTLIBRARY_SOURCES = base64.c simplestring.c xml_to_dandarpc.c \
- xmlrpc_introspection.c encodings.c system_methods.c \
- xml_to_xmlrpc.c queue.c xml_element.c xmlrpc.c \
- xml_to_soap.c
-
-DEFS = -DVERSION="0.50"
-
-include $(top_srcdir)/build/dynlib.mk