From: Ian Campbell Date: Wed, 23 Mar 2011 15:37:04 +0000 (+0000) Subject: tools: users of libxl currently need to see libxc and libxenstore X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7edb240d1507a8139140a02f4c5b854005b967e4;p=xen.git tools: users of libxl currently need to see libxc and libxenstore headers So add them to CFLAGS_libxenlight Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- diff --git a/tools/Rules.mk b/tools/Rules.mk index db109acd6c..49eacb7921 100644 --- a/tools/Rules.mk +++ b/tools/Rules.mk @@ -49,7 +49,7 @@ LDLIBS_libblktapctl = SHLIB_libblktapctl = endif -CFLAGS_libxenlight = -I$(XEN_XENLIGHT) $(CFLAGS_xeninclude) +CFLAGS_libxenlight = -I$(XEN_XENLIGHT) $(CFLAGS_libxenctrl) $(CFLAGS_libxenstore) $(CFLAGS_xeninclude) LDLIBS_libxenlight = -L$(XEN_XENLIGHT) $(SHLIB_libxenctrl) $(SHLIB_libxenstore) $(SHLIB_libblktapctl) -lxenlight SHLIB_libxenlight = -Wl,-rpath-link=$(XEN_XENLIGHT)