ia64/xen-unstable
changeset 5116:f90d273f7570
bitkeeper revision 1.1526 (4292f6fatFGrb_g2pL3e_YfSdZhjPA)
Another xcutils build fix: libxc depends on libxutil.
Signed-off-by: Keir Fraser <keir@xensource.com>
Another xcutils build fix: libxc depends on libxutil.
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Tue May 24 09:42:18 2005 +0000 (2005-05-24) |
parents | bc145d5c0aed |
children | 6c5699e95a56 |
files | tools/xcutils/Makefile |
line diff
1.1 --- a/tools/xcutils/Makefile Tue May 24 09:28:10 2005 +0000 1.2 +++ b/tools/xcutils/Makefile Tue May 24 09:42:18 2005 +0000 1.3 @@ -17,7 +17,6 @@ include $(XEN_ROOT)/tools/Rules.mk 1.4 1.5 PROGRAMS_INSTALL_DIR = /usr/libexec/xen 1.6 1.7 -vpath %.h $(XEN_LIBXC) 1.8 INCLUDES += -I $(XEN_LIBXC) 1.9 1.10 CC := gcc 1.11 @@ -33,7 +32,7 @@ PROGRAMS = xc_restore 1.12 1.13 xc_restore_OBJS = xc_restore.o 1.14 1.15 -LDLIBS += -L$(XEN_LIBXC) -lxc 1.16 +LDLIBS = -L$(XEN_LIBXC) -L$(XEN_LIBXUTIL) -lxc -lxutil 1.17 1.18 .PHONY: all 1.19 all: build