lib/Makefile: install the so major lib, as suggested by pancake.
--HG-- extra : convert_revision : c22435714ec6712a38d4de9bf2c44c4e72c9a061
This commit is contained in:
parent
870addbffc
commit
4f6364a2bd
|
@ -23,6 +23,7 @@ $(LIBXBPS): $(OBJECTS)
|
|||
install: $(LIBXBPS)
|
||||
install -d $(LIBDIR)
|
||||
install -m 644 $(LIBXBPS_SO) $(LIBDIR)
|
||||
install -m 644 $(LIBXBPS).$(MAJOR) $(LIBDIR)
|
||||
|
||||
.PHONY: clean
|
||||
clean: clean-lib clean-objs
|
||||
|
|
Loading…
Reference in New Issue
Block a user