php-src/ext/xmlrpc/libxmlrpc/Makefile.in
2001-09-06 04:13:30 +00:00

10 lines
309 B
Makefile

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
DEFS = -DVERSION="0.41"
include $(top_srcdir)/build/dynlib.mk