From: Keir Fraser Date: Thu, 1 Mar 2012 16:43:46 +0000 (+0000) Subject: lowmemd: Fix build when xs.h has not been previously installed. X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c933085d093fe64a08a6b86829015e9788192d64;p=xen.git lowmemd: Fix build when xs.h has not been previously installed. Signed-off-by: Keir Fraser --- 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)