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/ming | |
parent | 3c47fb91e84d710c0f63658d1834e8cac6b49d60 (diff) | |
download | php-git-5cba3a99c207c338b70e8bca7d434c975e5c5a4a.tar.gz |
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
Diffstat (limited to 'ext/ming')
-rw-r--r-- | ext/ming/Makefile.in | 8 | ||||
-rw-r--r-- | ext/ming/config.m4 | 2 |
2 files changed, 1 insertions, 9 deletions
diff --git a/ext/ming/Makefile.in b/ext/ming/Makefile.in deleted file mode 100644 index 41f432e52c..0000000000 --- a/ext/ming/Makefile.in +++ /dev/null @@ -1,8 +0,0 @@ -# $Id$ - -LTLIBRARY_NAME = libming.la -LTLIBRARY_SOURCES = ming.c -LTLIBRARY_SHARED_NAME = ming.la -LTLIBRARY_SHARED_LIBADD = $(MING_SHARED_LIBADD) - -include $(top_srcdir)/build/dynlib.mk diff --git a/ext/ming/config.m4 b/ext/ming/config.m4 index 1023204ffd..e5e45a11e8 100644 --- a/ext/ming/config.m4 +++ b/ext/ming/config.m4 @@ -27,6 +27,6 @@ if test "$PHP_MING" != "no"; then PHP_ADD_INCLUDE($MING_DIR/include) PHP_ADD_LIBRARY_WITH_PATH(ming, $MING_DIR/lib, MING_SHARED_LIBADD) - PHP_EXTENSION(ming, $ext_shared) + PHP_NEW_EXTENSION(ming, ming.c, $ext_shared) PHP_SUBST(MING_SHARED_LIBADD) fi |