summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/domxml/Makefile.in2
-rw-r--r--ext/domxml/php_domxml.c (renamed from ext/domxml/domxml.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/ext/domxml/Makefile.in b/ext/domxml/Makefile.in
index f7b9d4c61f..97906ad666 100644
--- a/ext/domxml/Makefile.in
+++ b/ext/domxml/Makefile.in
@@ -1,5 +1,5 @@
LTLIBRARY_NAME = libdomxml.la
-LTLIBRARY_SOURCES = domxml.c
+LTLIBRARY_SOURCES = php_domxml.c
include $(top_srcdir)/build/dynlib.mk
diff --git a/ext/domxml/domxml.c b/ext/domxml/php_domxml.c
index e2e3c5facd..e2e3c5facd 100644
--- a/ext/domxml/domxml.c
+++ b/ext/domxml/php_domxml.c