aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstat
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-03-21 18:04:59 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-03-21 18:04:59 +0000
commit3531dea6fd314a8734b08eac0bf9a7bb7ee7b37c (patch)
treebc2f895a4a9fdcbe4e73297521bcbd7db606a439 /tools/xenstat
parentb936e4c61784d09cccb50ac003f968ab87ebf58e (diff)
downloadxen-3531dea6fd314a8734b08eac0bf9a7bb7ee7b37c.tar.gz
xen-3531dea6fd314a8734b08eac0bf9a7bb7ee7b37c.tar.bz2
xen-3531dea6fd314a8734b08eac0bf9a7bb7ee7b37c.zip
tools: consistently use $(CFLAGS_xeninclude) instead of open coding.
Renamed from the slightly ambiguous CFLAGS_include. 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/xenstat')
-rw-r--r--tools/xenstat/libxenstat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenstat/libxenstat/Makefile b/tools/xenstat/libxenstat/Makefile
index 618480ad1a..45466cd713 100644
--- a/tools/xenstat/libxenstat/Makefile
+++ b/tools/xenstat/libxenstat/Makefile
@@ -36,7 +36,7 @@ SONAME_FLAGS=-Wl,$(SONAME_LDFLAG) -Wl,libxenstat.so.$(MAJOR)
WARN_FLAGS=-Wall -Werror
-CFLAGS+=-Isrc -I$(XEN_LIBXC) -I$(XEN_XENSTORE) -I$(XEN_INCLUDE)
+CFLAGS+=-Isrc -I$(XEN_LIBXC) -I$(XEN_XENSTORE) $(CFLAGS_xeninclude)
LDFLAGS+=-Lsrc -L$(XEN_XENSTORE)/ -L$(XEN_LIBXC)/
LDLIBS-y = -lxenstore -lxenctrl
LDLIBS-$(CONFIG_SunOS) += -lkstat