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-28 15:38:10 +0000
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>2004-06-28 15:38:10 +0000
commitcbe5948eb7e07c1a8a7389d0cdc89ff77c24f745 (patch)
treebcab8cb4dbd36e5e12dd15a622ac6e6dc1168c22 /tools/xentrace/Makefile
parent0b0e2f53e9c560a4450cab22b7009a5ac5037307 (diff)
downloadxen-cbe5948eb7e07c1a8a7389d0cdc89ff77c24f745.tar.gz
xen-cbe5948eb7e07c1a8a7389d0cdc89ff77c24f745.tar.bz2
xen-cbe5948eb7e07c1a8a7389d0cdc89ff77c24f745.zip
bitkeeper revision 1.1010.1.14 (40e03b62fW40sc6EpkeVtIAfp2wE-w)
Fix includes.
Diffstat (limited to 'tools/xentrace/Makefile')
-rw-r--r--tools/xentrace/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/xentrace/Makefile b/tools/xentrace/Makefile
index cce1150b16..f4319be6ed 100644
--- a/tools/xentrace/Makefile
+++ b/tools/xentrace/Makefile
@@ -4,6 +4,7 @@ CFLAGS = -Wall -O3 -Werror
CFLAGS += -I../../xen/include/hypervisor-ifs
CFLAGS += -I../../linux-xen-sparse/include
CFLAGS += -I../xu/lib
+CFLAGS += -I../lib
HDRS = $(wildcard *.h)
OBJS = $(patsubst %.c,%.o,$(wildcard *.c))