aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xc/lib/Makefile
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-10 16:07:13 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-10 16:07:13 +0000
commitf4ea37b2075a4f78d2c6c90e5496efbc1f5f390e (patch)
treec84faf8d6609f48557723e2e1ae2f3e31cfccb17 /tools/xc/lib/Makefile
parentc2bce65074a16314a2de074cafd09d7dd1f414d9 (diff)
downloadxen-f4ea37b2075a4f78d2c6c90e5496efbc1f5f390e.tar.gz
xen-f4ea37b2075a4f78d2c6c90e5496efbc1f5f390e.tar.bz2
xen-f4ea37b2075a4f78d2c6c90e5496efbc1f5f390e.zip
bitkeeper revision 1.775 (404f3d312IPf2eSF1VGO0WBwqhqeaA)
trace.h: new file Many files: Fix compile errors in Xen headers.
Diffstat (limited to 'tools/xc/lib/Makefile')
-rw-r--r--tools/xc/lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/xc/lib/Makefile b/tools/xc/lib/Makefile
index 021d855dee..389c0958bc 100644
--- a/tools/xc/lib/Makefile
+++ b/tools/xc/lib/Makefile
@@ -5,7 +5,8 @@ SONAME = libxc.so.$(MAJOR)
CC = gcc
CFLAGS = -c -Wall -O3
-CFLAGS += -I../../../xen/include -I../../../xenolinux-sparse/include
+CFLAGS += -I../../../xen/include/hypervisor-ifs
+CFLAGS += -I../../../xenolinux-sparse/include
HDRS = $(wildcard *.h)
OBJS = $(patsubst %.c,%.o,$(wildcard *.c))