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.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/xml/Makefile.am b/ext/xml/Makefile.am
deleted file mode 100644
index 2299ba2ce0..0000000000
--- a/ext/xml/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-# $Id$
-
-SRC=xml.c
-INCLUDES=@INCLUDES@ @XML_INCLUDE@ -I@top_srcdir@ -I@top_srcdir@/libzend
-noinst_LTLIBRARIES=@XML_STATIC@
-EXTRA_LTLIBRARIES=libphpext_xml.la xml.la
-libphpext_xml_la_SOURCES=$(SRC)
-phplib_LTLIBRARIES=@XML_SHARED@
-xml_la_SOURCES=$(SRC)
-xml_la_LIBADD=@XML_LIBS@
-xml_la_LDFLAGS=-avoid-version -module -rpath $(phplibdir)
-EXTRA_LIBS=