diff options
author | Sascha Schumann <sas@php.net> | 2002-03-12 16:44:00 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-03-12 16:44:00 +0000 |
commit | 5cba3a99c207c338b70e8bca7d434c975e5c5a4a (patch) | |
tree | c356384e4fddf3796977139e4bf249f2a416d84d /ext/wddx | |
parent | 3c47fb91e84d710c0f63658d1834e8cac6b49d60 (diff) | |
download | php-git-5cba3a99c207c338b70e8bca7d434c975e5c5a4a.tar.gz |
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
Diffstat (limited to 'ext/wddx')
-rw-r--r-- | ext/wddx/Makefile.in | 5 | ||||
-rw-r--r-- | ext/wddx/config.m4 | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/ext/wddx/Makefile.in b/ext/wddx/Makefile.in deleted file mode 100644 index a5ec87c5fb..0000000000 --- a/ext/wddx/Makefile.in +++ /dev/null @@ -1,5 +0,0 @@ - -LTLIBRARY_NAME = libwddx.la -LTLIBRARY_SOURCES = wddx.c - -include $(top_srcdir)/build/dynlib.mk diff --git a/ext/wddx/config.m4 b/ext/wddx/config.m4 index 4e9a5dc44e..856af34f52 100644 --- a/ext/wddx/config.m4 +++ b/ext/wddx/config.m4 @@ -11,5 +11,5 @@ if test "$PHP_WDDX" != "no"; then enable_xml=yes fi AC_DEFINE(HAVE_WDDX, 1, [ ]) - PHP_EXTENSION(wddx, $ext_shared) + PHP_NEW_EXTENSION(wddx, wddx.c, $ext_shared) fi |