summaryrefslogtreecommitdiff
path: root/ext/xml/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/Makefile.am')
-rw-r--r--ext/xml/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/Makefile.am b/ext/xml/Makefile.am
index 9b6e9cdec4..9f2ca1b1be 100644
--- a/ext/xml/Makefile.am
+++ b/ext/xml/Makefile.am
@@ -3,7 +3,7 @@
phplibdir=$(libdir)/php
SRC=xml.c
-INCLUDES=@INCLUDES@ @XML_INCLUDE@ -I@top_srcdir@ -I@top_srcdir@/libzend
+INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
noinst_LIBRARIES=libphpext_xml.a
phplib_LTLIBRARIES=libphpext_xml.la
libphpext_xml_a_SOURCES=$(SRC)