aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xcutils
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-24 09:42:18 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-24 09:42:18 +0000
commit92a0c60a4b91f36eb11f96fe3f5e56f743c42c83 (patch)
treedb723d8495af4a6aa169e14771e7d208445e4fda /tools/xcutils
parentf3f6c4fdad84ffdcac02e4ad3f8bff8ff49fafbe (diff)
downloadxen-92a0c60a4b91f36eb11f96fe3f5e56f743c42c83.tar.gz
xen-92a0c60a4b91f36eb11f96fe3f5e56f743c42c83.tar.bz2
xen-92a0c60a4b91f36eb11f96fe3f5e56f743c42c83.zip
bitkeeper revision 1.1526 (4292f6fatFGrb_g2pL3e_YfSdZhjPA)
Another xcutils build fix: libxc depends on libxutil. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/xcutils')
-rw-r--r--tools/xcutils/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/xcutils/Makefile b/tools/xcutils/Makefile
index 6c5ffad657..71c3c6a404 100644
--- a/tools/xcutils/Makefile
+++ b/tools/xcutils/Makefile
@@ -17,7 +17,6 @@ include $(XEN_ROOT)/tools/Rules.mk
PROGRAMS_INSTALL_DIR = /usr/libexec/xen
-vpath %.h $(XEN_LIBXC)
INCLUDES += -I $(XEN_LIBXC)
CC := gcc
@@ -33,7 +32,7 @@ PROGRAMS = xc_restore
xc_restore_OBJS = xc_restore.o
-LDLIBS += -L$(XEN_LIBXC) -lxc
+LDLIBS = -L$(XEN_LIBXC) -L$(XEN_LIBXUTIL) -lxc -lxutil
.PHONY: all
all: build