summaryrefslogtreecommitdiff
path: root/ext/ftp
diff options
context:
space:
mode:
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