mirror of
https://github.com/php/php-src.git
synced 2024-12-04 15:23:44 +08:00
13 lines
280 B
Makefile
13 lines
280 B
Makefile
# $Id$
|
|
|
|
phplibdir=$(libdir)/php
|
|
|
|
SRC=xml.c
|
|
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
|
|
noinst_LIBRARIES=libphpext_xml.a
|
|
phplib_LTLIBRARIES=libphpext_xml.la
|
|
libphpext_xml_a_SOURCES=$(SRC)
|
|
libphpext_xml_la_SOURCES=$(SRC)
|
|
libphpext_xml_la_LIBADD=@XML_LIBS@
|
|
EXTRA_LIBS=
|