aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Rules.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-01-27 17:05:05 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-01-27 17:05:05 +0000
commitbe2423d575177dbbf0902981ef692ce41f77bf80 (patch)
tree54e5b70679bfbb88b26ac22f5e66ac99fcd91d79 /tools/Rules.mk
parentaa0833890b1f17b1d7fba267c7eaf3327b6b2675 (diff)
downloadxen-be2423d575177dbbf0902981ef692ce41f77bf80.tar.gz
xen-be2423d575177dbbf0902981ef692ce41f77bf80.tar.bz2
xen-be2423d575177dbbf0902981ef692ce41f77bf80.zip
xenstore headers also need public includes.
Signed-off-by: Bastian Blank <waldi@debian.org>
Diffstat (limited to 'tools/Rules.mk')
-rw-r--r--tools/Rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Rules.mk b/tools/Rules.mk
index d4b2f2fd3f..1b16c9230c 100644
--- a/tools/Rules.mk
+++ b/tools/Rules.mk
@@ -19,7 +19,7 @@ LDFLAGS_libxenctrl = -L$(XEN_LIBXC) -lxenctrl
CFLAGS_libxenguest = -I$(XEN_LIBXC) $(CFLAGS_include)
LDFLAGS_libxenguest = -L$(XEN_LIBXC) -lxenguest
-CFLAGS_libxenstore = -I$(XEN_XENSTORE)
+CFLAGS_libxenstore = -I$(XEN_XENSTORE) $(CFLAGS_include)
LDFLAGS_libxenstore = -L$(XEN_XENSTORE) -lxenstore
X11_LDPATH = -L/usr/X11R6/$(LIBDIR)