aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/Makefile
diff options
context:
space:
mode:
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>2004-06-25 15:10:48 +0000
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>2004-06-25 15:10:48 +0000
commit9bdbe09f07b441a13c59e6fcb064aa6ef4b8a4b6 (patch)
treee1f470238b35a24c22ff645b96033b57914b4ca5 /tools/xentrace/Makefile
parent4bdb243a885aa16f7e4b1aa4a93593f29a6d3c95 (diff)
downloadxen-9bdbe09f07b441a13c59e6fcb064aa6ef4b8a4b6.tar.gz
xen-9bdbe09f07b441a13c59e6fcb064aa6ef4b8a4b6.tar.bz2
xen-9bdbe09f07b441a13c59e6fcb064aa6ef4b8a4b6.zip
bitkeeper revision 1.1010.1.9 (40dc4078vvvprFxMFMTOULzuaeEQoQ)
Renaming 'xenmgr' to 'xen.xend'.
Diffstat (limited to 'tools/xentrace/Makefile')
-rw-r--r--tools/xentrace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xentrace/Makefile b/tools/xentrace/Makefile
index 6a03b42499..cce1150b16 100644
--- a/tools/xentrace/Makefile
+++ b/tools/xentrace/Makefile
@@ -3,7 +3,7 @@ CC = gcc
CFLAGS = -Wall -O3 -Werror
CFLAGS += -I../../xen/include/hypervisor-ifs
CFLAGS += -I../../linux-xen-sparse/include
-CFLAGS += -I../xend/lib
+CFLAGS += -I../xu/lib
HDRS = $(wildcard *.h)
OBJS = $(patsubst %.c,%.o,$(wildcard *.c))