aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2007-12-07 14:44:13 +0000
committerKeir Fraser <keir.fraser@citrix.com>2007-12-07 14:44:13 +0000
commit7f9e1cf31e107633fb207a83c76a2451d6481fbf (patch)
tree56361bb36a0e8791d6153c058096bf13bae561a1 /Config.mk
parent34117867609c6e98a9e975c4ab6c4f2454408315 (diff)
downloadxen-7f9e1cf31e107633fb207a83c76a2451d6481fbf.tar.gz
xen-7f9e1cf31e107633fb207a83c76a2451d6481fbf.tar.bz2
xen-7f9e1cf31e107633fb207a83c76a2451d6481fbf.zip
tools: Rationalise library soname versions.
* Arrange for the sonames of libxenstore, libxc, libfsimage and libblktap to be set from a single place in Config.mk. * Bumps the soname major version number to 3.2 in preparation for 3.2 rc1 after which we do not expect to have ABI changes. I have not done anything about libaio and libflask. The former is imported from elsewhere and if we're lucky will have sane versioning upstream. libflask has a very small interface and I'm hoping that the XSM authors have been keeping some ABI discipline. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.mk b/Config.mk
index 01644b167c..c839e951c9 100644
--- a/Config.mk
+++ b/Config.mk
@@ -13,6 +13,9 @@ ifeq ($(XEN_TARGET_ARCH),x86_32)
XEN_TARGET_X86_PAE ?= y
endif
+LIBRARIES_VERSION_MAJOR = 3.2
+LIBRARIES_VERSION_MINOR = 0
+
CONFIG_$(XEN_OS) := y
SHELL ?= /bin/sh