lib/Makefile: install the so major lib, as suggested by pancake.

--HG--
extra : convert_revision : c22435714ec6712a38d4de9bf2c44c4e72c9a061
This commit is contained in:
Juan RP 2009-02-16 00:38:35 +01:00
parent 870addbffc
commit 4f6364a2bd

View File

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