aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xcutils
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/xcutils
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/xcutils')
-rw-r--r--tools/xcutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xcutils/Makefile b/tools/xcutils/Makefile
index 1175ff5713..d4e0ebad0f 100644
--- a/tools/xcutils/Makefile
+++ b/tools/xcutils/Makefile
@@ -30,7 +30,7 @@ PROG_DEP = .*.d
PROGRAMS = xc_restore xc_save
-LDLIBS = -L$(XEN_LIBXC) -lxc -L$(XEN_LIBXUTIL) -lxutil
+LDLIBS = -L$(XEN_LIBXC) -lxc
.PHONY: all
all: build