aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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: