summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2003-05-24 14:51:49 +0000
committerMark Spruiell <mes@zeroc.com>2003-05-24 14:51:49 +0000
commit804cb7049c9c24a78814eda1fc9198cc5789e402 (patch)
treefd04e1c6738d2b91d61a74ecb28b44acda290632 /cpp
parentbug fix for shutdown (diff)
downloadice-804cb7049c9c24a78814eda1fc9198cc5789e402.tar.bz2
ice-804cb7049c9c24a78814eda1fc9198cc5789e402.tar.xz
ice-804cb7049c9c24a78814eda1fc9198cc5789e402.zip
fixed installation for libXMLTransform.so
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/XMLTransform/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/XMLTransform/Makefile b/cpp/src/XMLTransform/Makefile
index 419a503f619..63cd4ddb048 100644
--- a/cpp/src/XMLTransform/Makefile
+++ b/cpp/src/XMLTransform/Makefile
@@ -61,6 +61,7 @@ install:: all
rm -f $(install_libdir)/$(SONAME)
ln -s $(LIBFILENAME) $(install_libdir)/$(SONAME)
rm -f $(install_libdir)/$(LIBNAME)
+ ln -s $(SONAME) $(install_libdir)/$(LIBNAME)
$(INSTALL_PROGRAM) $(TRANSFORM_DB) $(install_bindir)
include .depend