mirror of
https://github.com/php/php-src.git
synced 2024-12-03 14:54:40 +08:00
12 lines
276 B
Makefile
12 lines
276 B
Makefile
# $Id$
|
|
|
|
LTLIBRARY_NAME = libxmlrpc.la
|
|
LTLIBRARY_SOURCES = xmlrpc-epi-php.c
|
|
LTLIBRARY_SHARED_NAME = xmlrpc.la
|
|
LTLIBRARY_LIBADD = $(XMLRPC_LIBADD)
|
|
LTLIBRARY_SHARED_LIBADD = $(XMLRPC_SHARED_LIBADD)
|
|
|
|
SUBDIRS = $(XMLRPC_SUBDIRS)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|