aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-03-21 18:05:49 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-03-21 18:05:49 +0000
commitca366c33f32cce9b16c5f4ba4c5d26a0b1d429d4 (patch)
tree0ab1f5bd7b6d51a2ff3b6ad80b3ccf15b8e74181 /tools/misc
parent3531dea6fd314a8734b08eac0bf9a7bb7ee7b37c (diff)
downloadxen-ca366c33f32cce9b16c5f4ba4c5d26a0b1d429d4.tar.gz
xen-ca366c33f32cce9b16c5f4ba4c5d26a0b1d429d4.tar.bz2
xen-ca366c33f32cce9b16c5f4ba4c5d26a0b1d429d4.zip
tools: consistently use $({CFLAGS,LDLIBS}_libxenctrl) instead of open coding.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/misc')
-rw-r--r--tools/misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/Makefile b/tools/misc/Makefile
index c4412c50cd..cbd74cd03e 100644
--- a/tools/misc/Makefile
+++ b/tools/misc/Makefile
@@ -3,7 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk
CFLAGS += -Werror
-CFLAGS += -I $(XEN_LIBXC)
+CFLAGS += $(CFLAGS_libxenctrl)
CFLAGS += $(CFLAGS_xeninclude)
HDRS = $(wildcard *.h)