aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Config.mk3
-rw-r--r--tools/blktap/lib/Makefile4
-rw-r--r--tools/libfsimage/common/Makefile4
-rw-r--r--tools/libxc/Makefile4
-rw-r--r--tools/xenstore/Makefile4
5 files changed, 8 insertions, 11 deletions
diff --git a/Config.mk b/Config.mk
index c839e951c9..01644b167c 100644
--- a/Config.mk
+++ b/Config.mk
@@ -13,9 +13,6 @@ 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
diff --git a/tools/blktap/lib/Makefile b/tools/blktap/lib/Makefile
index ce7e7f610b..f5621e1e23 100644
--- a/tools/blktap/lib/Makefile
+++ b/tools/blktap/lib/Makefile
@@ -1,8 +1,8 @@
XEN_ROOT = ../../..
include $(XEN_ROOT)/tools/Rules.mk
-MAJOR = $(LIBRARIES_VERSION_MAJOR)
-MINOR = $(LIBRARIES_VERSION_MINOR)
+MAJOR = 3.0
+MINOR = 0
SONAME = libblktap.so.$(MAJOR)
BLKTAP_INSTALL_DIR = /usr/sbin
diff --git a/tools/libfsimage/common/Makefile b/tools/libfsimage/common/Makefile
index 674b5cf93a..6efce44f02 100644
--- a/tools/libfsimage/common/Makefile
+++ b/tools/libfsimage/common/Makefile
@@ -1,8 +1,8 @@
XEN_ROOT = ../../..
include $(XEN_ROOT)/tools/Rules.mk
-MAJOR = $(LIBRARIES_VERSION_MAJOR)
-MINOR = $(LIBRARIES_VERSION_MINOR)
+MAJOR = 1.0
+MINOR = 0
CFLAGS += -Werror -Wp,-MD,.$(@F).d
DEPS = .*.d
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index 7fbd83b1fd..3c9899d152 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -1,8 +1,8 @@
XEN_ROOT = ../..
include $(XEN_ROOT)/tools/Rules.mk
-MAJOR = $(LIBRARIES_VERSION_MAJOR)
-MINOR = $(LIBRARIES_VERSION_MINOR)
+MAJOR = 3.2
+MINOR = 0
CTRL_SRCS-y :=
CTRL_SRCS-y += xc_core.c
diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile
index ff165bd5d1..adbe605675 100644
--- a/tools/xenstore/Makefile
+++ b/tools/xenstore/Makefile
@@ -2,8 +2,8 @@ XEN_ROOT=../..
include $(XEN_ROOT)/tools/Rules.mk
XEN_LIBXC = $(XEN_ROOT)/tools/libxc
-MAJOR = $(LIBRARIES_VERSION_MAJOR)
-MINOR = $(LIBRARIES_VERSION_MINOR)
+MAJOR = 3.0
+MINOR = 0
PROFILE=#-pg
BASECFLAGS=-Werror