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.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/xml/Makefile.am b/ext/xml/Makefile.am
new file mode 100644
index 0000000000..c4f9f526f3
--- /dev/null
+++ b/ext/xml/Makefile.am
@@ -0,0 +1,6 @@
+# $Id$
+
+INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
+noinst_LIBRARIES=libphpext_xml.a
+libphpext_xml_a_SOURCES=xml.c
+