aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-03-21 17:39:41 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-03-21 17:39:41 +0000
commitdc9c2d4e3174bf50baf20e05e70c5c3e9815edff (patch)
tree5b31183a6dc57ab72527475e0fc6fac748dfec7f /tools/libxc/Makefile
parentfe1bd05a4109bd3c2b77cf33ae9dda7d7290bf4c (diff)
downloadxen-dc9c2d4e3174bf50baf20e05e70c5c3e9815edff.tar.gz
xen-dc9c2d4e3174bf50baf20e05e70c5c3e9815edff.tar.bz2
xen-dc9c2d4e3174bf50baf20e05e70c5c3e9815edff.zip
libxc: remove dependency on xenstore headers.
xc_offline_page doesn't really need xs.h. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxc/Makefile')
-rw-r--r--tools/libxc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index e75500145d..07156118ad 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -68,7 +68,7 @@ OSDEP_SRCS-y += xenctrl_osdep_ENOSYS.c
-include $(XEN_TARGET_ARCH)/Makefile
CFLAGS += -Werror -Wmissing-prototypes
-CFLAGS += $(INCLUDES) -I. -I../xenstore -I../include
+CFLAGS += $(INCLUDES) -I. -I../include
# Needed for posix_fadvise64() in xc_linux.c
CFLAGS-$(CONFIG_Linux) += -D_GNU_SOURCE