Skip to content

Commit

Permalink
Add missing symlinks libaxc.so.$(VER_MAJ) and libaxc.so (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Mar 3, 2021
1 parent 1d4454e commit edee1fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -125,6 +125,8 @@ install: $(BDIR)
install -d $(DESTDIR)/$(PREFIX)/lib/$(ARCH)/pkgconfig/
install -m 644 $(BDIR)/libaxc.a $(DESTDIR)/$(PREFIX)/lib/$(ARCH)/libaxc.a
install -m 644 $(BDIR)/libaxc.so $(DESTDIR)/$(PREFIX)/lib/$(ARCH)/libaxc.so.$(VERSION)
ln -s libaxc.so.$(VERSION) $(DESTDIR)/$(PREFIX)/lib/$(ARCH)/libaxc.so.$(VER_MAJ)
ln -s libaxc.so.$(VERSION) $(DESTDIR)/$(PREFIX)/lib/$(ARCH)/libaxc.so
install -m 644 $(BDIR)/libaxc.pc $(DESTDIR)/$(PREFIX)/lib/$(ARCH)/pkgconfig/
install -d $(DESTDIR)/$(PREFIX)/include/axc/
install -m 644 $(SDIR)/axc.h $(DESTDIR)/$(PREFIX)/include/axc/
Expand Down

0 comments on commit edee1fb

Please sign in to comment.