From: Ian Campbell Date: Mon, 21 Mar 2011 14:52:27 +0000 (+0000) Subject: xl: link against libxenctrl X-Git-Tag: 4.2.0-rc1~2521 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fe1bd05a4109bd3c2b77cf33ae9dda7d7290bf4c;p=xen.git xl: link against libxenctrl As well as the indirect dependency (via libxl) the xl binary also uses libxenctrl directory (for xtl_createlogger_stdiostream etc) and therefore must link against the library directly too. Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index 62020ed31b..edacfd4101 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -24,7 +24,7 @@ LIBXL_LIBS = $(LDLIBS_libxenctrl) $(LDLIBS_libxenguest) $(LDLIBS_libxenstore) $( LIBXLU_LIBS = -CLIENT_LIBS = $(LDLIBS_libxenlight) +CLIENT_LIBS = $(LDLIBS_libxenlight) $(LDLIBS_libxenctrl) LIBXL_OBJS-y = osdeps.o libxl_paths.o libxl_bootloader.o flexarray.o ifeq ($(LIBXL_BLKTAP),y)