aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2012-03-01 16:43:46 +0000
committerKeir Fraser <keir@xen.org>2012-03-01 16:43:46 +0000
commitc933085d093fe64a08a6b86829015e9788192d64 (patch)
treec40a9fa83a40e08e7ed9bd1cd0b1a3f72e5b5d07 /tools/misc
parentf140a8b192aa94dcd9356b558a12652b3c96d0f4 (diff)
downloadxen-c933085d093fe64a08a6b86829015e9788192d64.tar.gz
xen-c933085d093fe64a08a6b86829015e9788192d64.tar.bz2
xen-c933085d093fe64a08a6b86829015e9788192d64.zip
lowmemd: Fix build when xs.h has not been previously installed.
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'tools/misc')
-rw-r--r--tools/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/misc/Makefile b/tools/misc/Makefile
index bd9b017ad2..2c691a4329 100644
--- a/tools/misc/Makefile
+++ b/tools/misc/Makefile
@@ -5,6 +5,7 @@ CFLAGS += -Werror
CFLAGS += $(CFLAGS_libxenctrl)
CFLAGS += $(CFLAGS_xeninclude)
+CFLAGS += $(CFLAGS_libxenstore)
HDRS = $(wildcard *.h)