diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-05-24 14:51:49 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-05-24 14:51:49 +0000 |
commit | 804cb7049c9c24a78814eda1fc9198cc5789e402 (patch) | |
tree | fd04e1c6738d2b91d61a74ecb28b44acda290632 /cpp | |
parent | bug fix for shutdown (diff) | |
download | ice-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/Makefile | 1 |
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 |