diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2008-11-18 15:57:59 +0000 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2008-11-18 15:57:59 +0000 |
commit | 69196bcf1fb68357fc8d6af5e1b71b0c504c7aaa (patch) | |
tree | 218b0070fce544a1954bc7e9b31be591d02a5bfd | |
parent | 14561e2a3012e9ccd3321a4dc4850ca3d17f23b0 (diff) | |
download | termo-69196bcf1fb68357fc8d6af5e1b71b0c504c7aaa.tar.gz termo-69196bcf1fb68357fc8d6af5e1b71b0c504c7aaa.tar.xz termo-69196bcf1fb68357fc8d6af5e1b71b0c504c7aaa.zip |
Install to SONAME.MINOR and symlink to SONAME and basename
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |