summaryrefslogtreecommitdiff
path: root/ext/ftp/Makefile.in
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/Makefile.in
parent3c47fb91e84d710c0f63658d1834e8cac6b49d60 (diff)
downloadphp-git-5cba3a99c207c338b70e8bca7d434c975e5c5a4a.tar.gz
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
Diffstat (limited to 'ext/ftp/Makefile.in')
-rw-r--r--ext/ftp/Makefile.in6
1 files changed, 0 insertions, 6 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