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/filepro | |
parent | 3c47fb91e84d710c0f63658d1834e8cac6b49d60 (diff) | |
download | php-git-5cba3a99c207c338b70e8bca7d434c975e5c5a4a.tar.gz |
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
Diffstat (limited to 'ext/filepro')
-rw-r--r-- | ext/filepro/Makefile.in | 6 | ||||
-rw-r--r-- | ext/filepro/config.m4 | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/ext/filepro/Makefile.in b/ext/filepro/Makefile.in deleted file mode 100644 index 8fe3a41a93..0000000000 --- a/ext/filepro/Makefile.in +++ /dev/null @@ -1,6 +0,0 @@ - -LTLIBRARY_NAME = libfilepro.la -LTLIBRARY_SOURCES = filepro.c -LTLIBRARY_SHARED_NAME = filepro.la - -include $(top_srcdir)/build/dynlib.mk diff --git a/ext/filepro/config.m4 b/ext/filepro/config.m4 index 8d7fb49e20..13f02c2125 100644 --- a/ext/filepro/config.m4 +++ b/ext/filepro/config.m4 @@ -9,5 +9,5 @@ PHP_ARG_ENABLE(filepro,whether to enable the bundled filePro support, if test "$PHP_FILEPRO" = "yes"; then AC_DEFINE(HAVE_FILEPRO, 1, [ ]) - PHP_EXTENSION(filepro, $ext_shared) + PHP_NEW_EXTENSION(filepro, filepro.c, $ext_shared) fi |