mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
7 lines
130 B
Makefile
7 lines
130 B
Makefile
# $Id$
|
|
|
|
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
|
|
noinst_LIBRARIES=libphpext_xml.a
|
|
libphpext_xml_a_SOURCES=xml.c
|
|
|