aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/Makefile
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-06-29 20:25:15 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-06-29 20:25:15 +0000
commitb887fccf309491e2a0d18bade23a392cdbaf5112 (patch)
tree87541d167525a08b9baf95b4afeed9090be1b368 /tools/xentrace/Makefile
parent1c94e4bb76bb555bc79a149bfa0710b336602a6d (diff)
downloadxen-b887fccf309491e2a0d18bade23a392cdbaf5112.tar.gz
xen-b887fccf309491e2a0d18bade23a392cdbaf5112.tar.bz2
xen-b887fccf309491e2a0d18bade23a392cdbaf5112.zip
bitkeeper revision 1.1031 (40e1d02b7TWzZP0WaSOhCDygYQPX4w)
Tool cleanups.
Diffstat (limited to 'tools/xentrace/Makefile')
-rw-r--r--tools/xentrace/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xentrace/Makefile b/tools/xentrace/Makefile
index fb90e2c125..9590b5cffb 100644
--- a/tools/xentrace/Makefile
+++ b/tools/xentrace/Makefile
@@ -3,7 +3,7 @@ XEN_ROOT=../..
include $(XEN_ROOT)/tools/Make.defs
CC = gcc
-CFLAGS = -Wall -O3 -Werror
+CFLAGS = -Wall -Werror -O3
CFLAGS += -I $(XEN_HYPERVISOR_IFS)
CFLAGS += -I $(XEN_LINUX_INCLUDE)
@@ -34,4 +34,4 @@ clean:
$(RM) *.a *.so *.o *.rpm $(BIN)
%: %.c $(HDRS) Makefile
- $(CC) $(CFLAGS) -o $@ $< -L$(XEN_LIBXC) -lxc
+ $(CC) $(CFLAGS) -o $@ $< -L$(XEN_LIBXC) -L$(XEN_LIBXUTIL) -lxc -lxutil