diff options
author | Joey Smith <joey@php.net> | 2000-06-06 05:42:11 +0000 |
---|---|---|
committer | Joey Smith <joey@php.net> | 2000-06-06 05:42:11 +0000 |
commit | 663d46ea23bbfa502d0caacf2c4f7980354472b0 (patch) | |
tree | 009d8600a4084790ea47f25938022a2a3c9cbd51 | |
parent | edfd7f9a8041f05e4cb4e9ca870087057dfc63d8 (diff) | |
download | php-git-663d46ea23bbfa502d0caacf2c4f7980354472b0.tar.gz |
Use common naming convention.
-rw-r--r-- | ext/domxml/Makefile.in | 2 | ||||
-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 |