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/mnogosearch | |
parent | 3c47fb91e84d710c0f63658d1834e8cac6b49d60 (diff) | |
download | php-git-5cba3a99c207c338b70e8bca7d434c975e5c5a4a.tar.gz |
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
Diffstat (limited to 'ext/mnogosearch')
-rw-r--r-- | ext/mnogosearch/Makefile.in | 9 | ||||
-rw-r--r-- | ext/mnogosearch/config.m4 | 2 |
2 files changed, 1 insertions, 10 deletions
diff --git a/ext/mnogosearch/Makefile.in b/ext/mnogosearch/Makefile.in deleted file mode 100644 index bccc75f79a..0000000000 --- a/ext/mnogosearch/Makefile.in +++ /dev/null @@ -1,9 +0,0 @@ -# $Source$ -# $Id$ - -LTLIBRARY_NAME = libmnogosearch.la -LTLIBRARY_SOURCES = php_mnogo.c -LTLIBRARY_SHARED_NAME = mnogosearch.la -LTLIBRARY_SHARED_LIBADD = $(MNOGOSEARCH_SHARED_LIBADD) - -include $(top_srcdir)/build/dynlib.mk diff --git a/ext/mnogosearch/config.m4 b/ext/mnogosearch/config.m4 index 6b9619fdf3..d029412440 100644 --- a/ext/mnogosearch/config.m4 +++ b/ext/mnogosearch/config.m4 @@ -49,6 +49,6 @@ PHP_ARG_WITH(mnogosearch,for mnoGoSearch support, AC_DEFINE(HAVE_MNOGOSEARCH,1,[ ]) PHP_SUBST(MNOGOSEARCH_SHARED_LIBADD) - PHP_EXTENSION(mnogosearch,$ext_shared) + PHP_NEW_EXTENSION(mnogosearch, php_mnogo.c, $ext_shared) fi |