summaryrefslogtreecommitdiff
path: root/php/src
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2003-08-07 16:01:51 +0000
committerMark Spruiell <mes@zeroc.com>2003-08-07 16:01:51 +0000
commit801c7df05d44ac0f45d31d97185e792c42f5564c (patch)
tree36efe52ed04dcd2e92ee4d1f576f65495c13273a /php/src
parentMinor marshaling performance improvements. (diff)
downloadice-801c7df05d44ac0f45d31d97185e792c42f5564c.tar.bz2
ice-801c7df05d44ac0f45d31d97185e792c42f5564c.tar.xz
ice-801c7df05d44ac0f45d31d97185e792c42f5564c.zip
fixing shared library build on Unix
Diffstat (limited to 'php/src')
-rw-r--r--php/src/ice/config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/php/src/ice/config.m4 b/php/src/ice/config.m4
index c8f4c8c3a8a..b4a305e9c25 100644
--- a/php/src/ice/config.m4
+++ b/php/src/ice/config.m4
@@ -45,4 +45,5 @@ if test "$PHP_ICE" != "no"; then
util.cpp"
PHP_NEW_EXTENSION(ice, $sources, $ext_shared)
+ PHP_SUBST(ICE_SHARED_LIBADD)
fi