summaryrefslogtreecommitdiff
path: root/ext/yaz/config.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-03-12 16:44:00 +0000
committerSascha Schumann <sas@php.net>2002-03-12 16:44:00 +0000
commit5cba3a99c207c338b70e8bca7d434c975e5c5a4a (patch)
treec356384e4fddf3796977139e4bf249f2a416d84d /ext/yaz/config.m4
parent3c47fb91e84d710c0f63658d1834e8cac6b49d60 (diff)
downloadphp-git-5cba3a99c207c338b70e8bca7d434c975e5c5a4a.tar.gz
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
Diffstat (limited to 'ext/yaz/config.m4')
-rw-r--r--ext/yaz/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/yaz/config.m4 b/ext/yaz/config.m4
index 7d5fd86ec9..7c41a94d66 100644
--- a/ext/yaz/config.m4
+++ b/ext/yaz/config.m4
@@ -36,6 +36,6 @@ if test "$PHP_YAZ" != "no"; then
PHP_ADD_LIBRARY_DEFER(yaz,1,YAZ_SHARED_LIBADD)
PHP_EVAL_INCLINE($YAZINC)
PHP_SUBST(YAZ_SHARED_LIBADD)
- PHP_EXTENSION(yaz, $ext_shared)
+ PHP_NEW_EXTENSION(yaz, php_yaz.c, $ext_shared)
fi
fi