From: Michael Wallner Date: Wed, 23 Feb 2005 12:47:08 +0000 (+0000) Subject: * missed http_curl_api.c X-Git-Tag: RELEASE_0_6_0~18 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=inline;h=10a4ed009192754d20cf1e4f97180be04bb2ec4e;hp=7740fcbe676722c38b8c2f49930285cc0127d054;p=m6w6%2Fext-http * missed http_curl_api.c --- diff --git a/config.m4 b/config.m4 index daaf7b4..6c1e49e 100644 --- a/config.m4 +++ b/config.m4 @@ -59,7 +59,7 @@ dnl ---- dnl ---- dnl DONE dnl ---- - PHP_NEW_EXTENSION([http], [http.c http_api.c http_functions.c http_methods.c], [$ext_shared]) + PHP_NEW_EXTENSION([http], [http.c http_api.c http_curl_api.c http_functions.c http_methods.c], [$ext_shared]) PHP_SUBST([HTTP_SHARED_LIBADD]) AC_DEFINE([HAVE_HTTP], [1], [Have extended HTTP support]) fi