Install to SONAME.MINOR and symlink to SONAME and basename
This commit is contained in:
parent
14561e2a30
commit
69196bcf1f
3
Makefile
3
Makefile
|
@ -47,7 +47,8 @@ install-inc:
|
||||||
|
|
||||||
install-lib:
|
install-lib:
|
||||||
install -d $(DESTDIR)$(LIBDIR)
|
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
|
ln -sf $(SONAME) $(DESTDIR)$(LIBDIR)/libtermkey.so
|
||||||
|
|
||||||
install-man:
|
install-man:
|
||||||
|
|
Loading…
Reference in New Issue