aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/Makefile
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-05-24 21:17:20 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-05-24 21:17:20 +0000
commit519108b9f74f9a601b69733e864ad9bcb8c8e2d7 (patch)
tree57282d2fb82a415f54c157ea26778e3e8b488f35 /tools/xentrace/Makefile
parent46fc2b33ed8e425dddf8af3ad9202eacb262c740 (diff)
downloadxen-519108b9f74f9a601b69733e864ad9bcb8c8e2d7.tar.gz
xen-519108b9f74f9a601b69733e864ad9bcb8c8e2d7.tar.bz2
xen-519108b9f74f9a601b69733e864ad9bcb8c8e2d7.zip
bitkeeper revision 1.1534.1.1 (429399e0oJudIjoFsgWFxNKnCM7qTg)
Nothing but vnet uses libxutil -- move it there. Makefile, xc.c, setup.py, configure, configure.in, Makefile.in: This doesn't use libxutil. Makefile, Makefile.vnet, Rules.mk: Move libxutil into vnet since it's only used there. Many files: mvdir
Diffstat (limited to 'tools/xentrace/Makefile')
-rw-r--r--tools/xentrace/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/xentrace/Makefile b/tools/xentrace/Makefile
index faa0a46bf8..329d71c3ee 100644
--- a/tools/xentrace/Makefile
+++ b/tools/xentrace/Makefile
@@ -10,7 +10,6 @@ CFLAGS += -Wall -Werror -O3
CFLAGS += -I $(XEN_XC)
CFLAGS += -I $(XEN_LIBXC)
-CFLAGS += -I $(XEN_LIBXUTIL)
HDRS = $(wildcard *.h)
OBJS = $(patsubst %.c,%.o,$(wildcard *.c))
@@ -37,4 +36,4 @@ clean:
$(RM) *.a *.so *.o *.rpm $(BIN)
%: %.c $(HDRS) Makefile
- $(CC) $(CFLAGS) -o $@ $< -L$(XEN_LIBXC) -L$(XEN_LIBXUTIL) -lxc -lxutil
+ $(CC) $(CFLAGS) -o $@ $< -L$(XEN_LIBXC) -lxc