diff options
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 |