diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-08-07 16:01:51 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-08-07 16:01:51 +0000 |
commit | 801c7df05d44ac0f45d31d97185e792c42f5564c (patch) | |
tree | 36efe52ed04dcd2e92ee4d1f576f65495c13273a /php/src | |
parent | Minor marshaling performance improvements. (diff) | |
download | ice-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.m4 | 1 |
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 |