summaryrefslogtreecommitdiff
path: root/ext/yaz
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
parent3c47fb91e84d710c0f63658d1834e8cac6b49d60 (diff)
downloadphp-git-5cba3a99c207c338b70e8bca7d434c975e5c5a4a.tar.gz
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
Diffstat (limited to 'ext/yaz')
-rw-r--r--ext/yaz/Makefile.in7
-rw-r--r--ext/yaz/config.m42
2 files changed, 1 insertions, 8 deletions
diff --git a/ext/yaz/Makefile.in b/ext/yaz/Makefile.in
deleted file mode 100644
index 0df612ffa2..0000000000
--- a/ext/yaz/Makefile.in
+++ /dev/null
@@ -1,7 +0,0 @@
-LTLIBRARY_NAME = libyaz.la
-LTLIBRARY_SOURCES = php_yaz.c
-LTLIBRARY_SHARED_NAME = yaz.la
-LTLIBRARY_SHARED_LIBADD = $(YAZ_SHARED_LIBADD)
-
-include $(top_srcdir)/build/dynlib.mk
-
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