aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-09-07 09:48:35 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-09-07 09:48:35 +0100
commit787dcb588baf05031b52d567cdf56a9a465b5435 (patch)
tree8a8c801ebacdfb4b60b29eeef386699ec5f895e2 /tools/Makefile
parentf0a09ab129e5f0a4e6de6610f77eea9005fa5eb2 (diff)
downloadxen-787dcb588baf05031b52d567cdf56a9a465b5435.tar.gz
xen-787dcb588baf05031b52d567cdf56a9a465b5435.tar.bz2
xen-787dcb588baf05031b52d567cdf56a9a465b5435.zip
Check for libxml2 if security tools are to be built, and adapt the
python setup.py command line parameters to also work under SuSE. Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index c150dbd984..18205ccca8 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -10,7 +10,7 @@ SUBDIRS-y += examples
SUBDIRS-y += xentrace
SUBDIRS-$(CONFIG_XCUTILS) += xcutils
SUBDIRS-$(CONFIG_X86) += firmware
-SUBDIRS-y += security
+SUBDIRS-$(ACM_SECURITY) += security
SUBDIRS-y += console
SUBDIRS-y += xenmon
SUBDIRS-y += guest-headers