]> xenbits.xensource.com Git - xen.git/commitdiff
lowmemd: Fix build when xs.h has not been previously installed.
authorKeir Fraser <keir@xen.org>
Thu, 1 Mar 2012 16:43:46 +0000 (16:43 +0000)
committerKeir Fraser <keir@xen.org>
Thu, 1 Mar 2012 16:43:46 +0000 (16:43 +0000)
Signed-off-by: Keir Fraser <keir@xen.org>
tools/misc/Makefile

index bd9b017ad2f7e7fc4c543590022d2268ff1c679b..2c691a43296c3f9ae561adb123dbb2600460f9b9 100644 (file)
@@ -5,6 +5,7 @@ CFLAGS += -Werror
 
 CFLAGS += $(CFLAGS_libxenctrl)
 CFLAGS += $(CFLAGS_xeninclude)
+CFLAGS += $(CFLAGS_libxenstore)
 
 HDRS     = $(wildcard *.h)