summaryrefslogtreecommitdiff
path: root/ext/curl
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/curl
parent3c47fb91e84d710c0f63658d1834e8cac6b49d60 (diff)
downloadphp-git-5cba3a99c207c338b70e8bca7d434c975e5c5a4a.tar.gz
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
Diffstat (limited to 'ext/curl')
-rw-r--r--ext/curl/Makefile.in7
-rw-r--r--ext/curl/config.m42
2 files changed, 1 insertions, 8 deletions
diff --git a/ext/curl/Makefile.in b/ext/curl/Makefile.in
deleted file mode 100644
index 1e32fad8a2..0000000000
--- a/ext/curl/Makefile.in
+++ /dev/null
@@ -1,7 +0,0 @@
-
-LTLIBRARY_NAME = libcurl.la
-LTLIBRARY_SOURCES = curl.c
-LTLIBRARY_SHARED_NAME = curl.la
-LTLIBRARY_SHARED_LIBADD = $(CURL_SHARED_LIBADD)
-
-include $(top_srcdir)/build/dynlib.mk
diff --git a/ext/curl/config.m4 b/ext/curl/config.m4
index 29543baef3..151a40a21f 100644
--- a/ext/curl/config.m4
+++ b/ext/curl/config.m4
@@ -57,6 +57,6 @@ if test "$PHP_CURL" != "no"; then
$CURL_LIBS -L$CURL_DIR/lib
])
- PHP_EXTENSION(curl, $ext_shared)
+ PHP_NEW_EXTENSION(curl, curl.c, $ext_shared)
PHP_SUBST(CURL_SHARED_LIBADD)
fi