summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Smith <joey@php.net>2000-06-06 05:42:11 +0000
committerJoey Smith <joey@php.net>2000-06-06 05:42:11 +0000
commit663d46ea23bbfa502d0caacf2c4f7980354472b0 (patch)
tree009d8600a4084790ea47f25938022a2a3c9cbd51
parentedfd7f9a8041f05e4cb4e9ca870087057dfc63d8 (diff)
downloadphp-git-663d46ea23bbfa502d0caacf2c4f7980354472b0.tar.gz
Use common naming convention.
-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