aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/Makefile
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-08-02 10:30:38 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-08-02 10:30:38 +0000
commit87fdd5931744b65b3db2f191bcd9984928d87132 (patch)
tree55151b2976c1a6b025f7f01180aaaf4bbf011335 /tools/xentrace/Makefile
parent6aaa032c24b31c5dfd088f75717a52d5bc70b0e7 (diff)
downloadxen-87fdd5931744b65b3db2f191bcd9984928d87132.tar.gz
xen-87fdd5931744b65b3db2f191bcd9984928d87132.tar.bz2
xen-87fdd5931744b65b3db2f191bcd9984928d87132.zip
bitkeeper revision 1.1108.33.24 (410e17ceXCIuaFvQA3AD25FUTF_Ohw)
For clarity, all interface header files are in Xen's hypervisor-ifs directory. This includes the I/O headers and the xend header.
Diffstat (limited to 'tools/xentrace/Makefile')
-rw-r--r--tools/xentrace/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/xentrace/Makefile b/tools/xentrace/Makefile
index 9590b5cffb..de5350e3c2 100644
--- a/tools/xentrace/Makefile
+++ b/tools/xentrace/Makefile
@@ -8,7 +8,6 @@ CFLAGS = -Wall -Werror -O3
CFLAGS += -I $(XEN_HYPERVISOR_IFS)
CFLAGS += -I $(XEN_LINUX_INCLUDE)
CFLAGS += -I $(XEN_XC)
-CFLAGS += -I $(XEN_XU)
CFLAGS += -I $(XEN_LIBXC)
CFLAGS += -I $(XEN_LIBXUTIL)