projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f140a8b
)
lowmemd: Fix build when xs.h has not been previously installed.
author
Keir Fraser
<keir@xen.org>
Thu, 1 Mar 2012 16:43:46 +0000
(16:43 +0000)
committer
Keir 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
patch
|
blob
|
history
diff --git
a/tools/misc/Makefile
b/tools/misc/Makefile
index bd9b017ad2f7e7fc4c543590022d2268ff1c679b..2c691a43296c3f9ae561adb123dbb2600460f9b9 100644
(file)
--- 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)