summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Knowles <alan_k@php.net>2003-03-14 01:58:21 +0000
committerAlan Knowles <alan_k@php.net>2003-03-14 01:58:21 +0000
commitbd69062b140d8e35e98c739a82d6a7b7e0e81309 (patch)
tree68a2e1e9a27695cff424fccaaf9f0b1c53c6df17
parent026bd025ecb98ec6b9d64dc72a81bb57a40ce1ce (diff)
downloadphp-git-bd69062b140d8e35e98c739a82d6a7b7e0e81309.tar.gz
add support for shared library building - shout stop alan - if any objections..
-rw-r--r--ext/soap/config.m41
1 files changed, 1 insertions, 0 deletions
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