summaryrefslogtreecommitdiff
path: root/ext/ftp
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/ftp
parent3c47fb91e84d710c0f63658d1834e8cac6b49d60 (diff)
downloadphp-git-5cba3a99c207c338b70e8bca7d434c975e5c5a4a.tar.gz
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
Diffstat (limited to 'ext/ftp')
-rw-r--r--ext/ftp/Makefile.in6
-rw-r--r--ext/ftp/config.m42
2 files changed, 1 insertions, 7 deletions
diff --git a/ext/ftp/Makefile.in b/ext/ftp/Makefile.in
deleted file mode 100644
index 169973b7e1..0000000000
--- a/ext/ftp/Makefile.in
+++ /dev/null
@@ -1,6 +0,0 @@
-
-LTLIBRARY_NAME = libftp.la
-LTLIBRARY_SOURCES = php_ftp.c ftp.c
-LTLIBRARY_SHARED_NAME = ftp.la
-
-include $(top_srcdir)/build/dynlib.mk
diff --git a/ext/ftp/config.m4 b/ext/ftp/config.m4
index d93860e6e6..3b5f3fd641 100644
--- a/ext/ftp/config.m4
+++ b/ext/ftp/config.m4
@@ -7,5 +7,5 @@ PHP_ARG_ENABLE(ftp,whether to enable FTP support,
if test "$PHP_FTP" = "yes"; then
AC_DEFINE(HAVE_FTP,1,[Whether you want FTP support])
- PHP_EXTENSION(ftp, $ext_shared)
+ PHP_NEW_EXTENSION(ftp, php_ftp.c ftp.c, $ext_shared)
fi