From 69196bcf1fb68357fc8d6af5e1b71b0c504c7aaa Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Tue, 18 Nov 2008 15:57:59 +0000 Subject: [PATCH] Install to SONAME.MINOR and symlink to SONAME and basename --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1efb608..69329a7 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,8 @@ install-inc: install-lib: install -d $(DESTDIR)$(LIBDIR) - install libtermkey.so $(DESTDIR)$(LIBDIR)/$(SONAME) + install libtermkey.so $(DESTDIR)$(LIBDIR)/$(SONAME).$(VERSION_MINOR) + ln -sf $(SONAME).$(VERSION_MINOR) $(DESTDIR)$(LIBDIR)/$(SONAME) ln -sf $(SONAME) $(DESTDIR)$(LIBDIR)/libtermkey.so install-man: