]> xenbits.xensource.com Git - people/liuw/mini-os.git/commitdiff
Move xenstore and libxc public headers to include subdir xen-4.5.0-rc1 xen-4.5.0-rc2
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 10 Jul 2014 15:35:28 +0000 (15:35 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 23 Sep 2014 13:10:40 +0000 (14:10 +0100)
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 <stefano.stabellini@eu.citrix.com>
Config.mk

index d61877bb450c91bb0e9b60e924ebc2fd59421c8e..48524438e665eda2e8b0aa35e081705dfdb06d9b 100644 (file)
--- 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),)