]> xenbits.xensource.com Git - xen.git/commitdiff
xl: link against libxenctrl
authorIan Campbell <ian.campbell@citrix.com>
Mon, 21 Mar 2011 14:52:27 +0000 (14:52 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 21 Mar 2011 14:52:27 +0000 (14:52 +0000)
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 <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/Makefile

index 62020ed31b09c0b5335a20cd554d71d82bf4107a..edacfd41015ab88cfa1615b9756bbd103d4ae269 100644 (file)
@@ -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)