From: Stefano Stabellini Date: Thu, 10 Jul 2014 15:35:28 +0000 (+0000) Subject: Move xenstore and libxc public headers to include subdir X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=291386465aecf77e27c5a5d0934ebbb640a73a33;p=people%2Fliuw%2Flibxenctrl-split%2Fmini-os.git Move xenstore and libxc public headers to include subdir Also moves xc_dom.h to include as it is used often by other xen tools. Use the new include subdirectories to build Xen tools, qemu-xen and stubdoms. Add the old libxc include path to the programs that need it to build, on a case by case basis and commeting that they shouldn't require internal libxc headers to build. [ And: update QEMU_TRADITIONAL_REVISION to corresponding qemu patch - Ian jackson ] Signed-off-by: Stefano Stabellini --- diff --git a/Config.mk b/Config.mk index d61877b..4852443 100644 --- a/Config.mk +++ b/Config.mk @@ -46,7 +46,7 @@ DEF_CPPFLAGS += -D__MINIOS__ ifeq ($(libc),y) DEF_CPPFLAGS += -DHAVE_LIBC DEF_CPPFLAGS += -isystem $(MINI-OS_ROOT)/include/posix -DEF_CPPFLAGS += -isystem $(XEN_ROOT)/tools/xenstore +DEF_CPPFLAGS += -isystem $(XEN_ROOT)/tools/xenstore/include endif ifneq ($(LWIPDIR),)