Install to SONAME.MINOR and symlink to SONAME and basename

This commit is contained in:
Paul LeoNerd Evans 2008-11-18 15:57:59 +00:00
parent 14561e2a30
commit 69196bcf1f
1 changed files with 2 additions and 1 deletions

View File

@ -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: