aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2008-11-18 15:57:59 +0000
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2008-11-18 15:57:59 +0000
commit69196bcf1fb68357fc8d6af5e1b71b0c504c7aaa (patch)
tree218b0070fce544a1954bc7e9b31be591d02a5bfd
parent14561e2a3012e9ccd3321a4dc4850ca3d17f23b0 (diff)
downloadtermo-69196bcf1fb68357fc8d6af5e1b71b0c504c7aaa.tar.gz
termo-69196bcf1fb68357fc8d6af5e1b71b0c504c7aaa.tar.xz
termo-69196bcf1fb68357fc8d6af5e1b71b0c504c7aaa.zip
Install to SONAME.MINOR and symlink to SONAME and basename
-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: