# HG changeset patch # User cl349@firebug.cl.cam.ac.uk # Date 1125873945 0 # Node ID d0a5b1857c356f3de1e9e410212631d87b24ca7c # Parent f59e0163540ecca3a45ea9558126e84a8403408a Fix build. Signed-off-by: Christian Limpach diff -r f59e0163540e -r d0a5b1857c35 tools/xenstore/Makefile --- a/tools/xenstore/Makefile Sun Sep 04 21:19:44 2005 +0000 +++ b/tools/xenstore/Makefile Sun Sep 04 22:45:45 2005 +0000 @@ -16,7 +16,7 @@ PROG_DEP = .*.d #BASECFLAGS+= -I$(XEN_ROOT)/tools BASECFLAGS+= -I$(XEN_ROOT)/tools/libxc BASECFLAGS+= -I$(XEN_ROOT)/xen/include/public -BASECFLAGS+= -I$(XEN_ROOT)/xen/include/public +BASECFLAGS+= -I. BASECFLAGS+= -I$(XEN_ROOT)/linux-2.6-xen-sparse/include/asm-xen/linux-public CFLAGS += $(BASECFLAGS)