From 4f6364a2bdfd4c21233297b087272f5c856daba7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 16 Feb 2009 00:38:35 +0100 Subject: [PATCH] lib/Makefile: install the so major lib, as suggested by pancake. --HG-- extra : convert_revision : c22435714ec6712a38d4de9bf2c44c4e72c9a061 --- lib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile b/lib/Makefile index 0c065e9deb4..26ce4fc5ab7 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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