From: Alan Knowles Date: Fri, 14 Mar 2003 01:58:21 +0000 (+0000) Subject: add support for shared library building - shout stop alan - if any objections.. X-Git-Tag: RELEASE_0_5~481 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd69062b140d8e35e98c739a82d6a7b7e0e81309;p=php add support for shared library building - shout stop alan - if any objections.. --- diff --git a/ext/soap/config.m4 b/ext/soap/config.m4 index d730222325..0b27165bcb 100644 --- a/ext/soap/config.m4 +++ b/ext/soap/config.m4 @@ -29,4 +29,5 @@ if test "$PHP_SOAP" != "no"; then PHP_ADD_INCLUDE($XML2_INCDIR) PHP_ADD_LIBRARY_WITH_PATH(xml2,$XML2_LIBDIR,SOAP_SHARED_LIBADD) PHP_NEW_EXTENSION(soap, soap.c php_encoding.c php_http.c php_packet_soap.c php_schema.c php_sdl.c php_xml.c, $ext_shared) + PHP_SUBST(SOAP_SHARED_LIBADD) fi