aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xc/lib/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/xc/lib/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/xc/lib/Makefile')
-rw-r--r--tools/xc/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xc/lib/Makefile b/tools/xc/lib/Makefile
index 7a6fd2fa12..271a9c4703 100644
--- a/tools/xc/lib/Makefile
+++ b/tools/xc/lib/Makefile
@@ -6,7 +6,7 @@ SONAME = libxc.so.$(MAJOR)
CC = gcc
CFLAGS = -c -Werror -O3 -fno-strict-aliasing
CFLAGS += -I../../../xen/include/hypervisor-ifs
-CFLAGS += -I../../xend/lib
+CFLAGS += -I../../xu/lib
CFLAGS += -I../../../linux-xen-sparse/include
HDRS = $(wildcard *.h)