aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorjosht@us.ibm.com <josht@us.ibm.com>2005-08-13 00:44:00 +0000
committerjosht@us.ibm.com <josht@us.ibm.com>2005-08-13 00:44:00 +0000
commit640c24310c9e32ba070eb2a13ac5850d95732621 (patch)
tree7c4b6991c39403a36e87a21cb9c97ae069e84a89 /Config.mk
parent49839b535b78d22eb0a5aee60e3d9f831b3cb002 (diff)
downloadxen-640c24310c9e32ba070eb2a13ac5850d95732621.tar.gz
xen-640c24310c9e32ba070eb2a13ac5850d95732621.tar.bz2
xen-640c24310c9e32ba070eb2a13ac5850d95732621.zip
Make vm-top and the xenstat perl and python bindings conditional based on configuration variables from Config.mk, rather than disabling them if the needed headers are not found.
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.mk b/Config.mk
index 2eb5eae86f..7991af7b2c 100644
--- a/Config.mk
+++ b/Config.mk
@@ -35,3 +35,8 @@ CFLAGS += $(foreach i, $(EXTRA_INCLUDES), -I$(i))
# Choose the best mirror to download linux kernel
KERNEL_REPO = http://www.kernel.org
+
+# Optional components
+XENSTAT_PERL_BINDINGS ?= n
+XENSTAT_PYTHON_BINDINGS ?= y
+XENSTAT_VM_TOP ?= y