]> xenbits.xensource.com Git - people/jgross/xen.git/commitdiff
tools/xl: don't assume libxl and libxlutil are in one directory
authorJuergen Gross <jgross@suse.com>
Sun, 23 Aug 2020 08:00:17 +0000 (10:00 +0200)
committerJuergen Gross <jgross@suse.com>
Sun, 23 Aug 2020 08:51:43 +0000 (10:51 +0200)
Add the correct flags for both, libxenlight and libxlutil, when
building xl.

Signed-off-by: Juergen Gross <jgross@suse.com>
tools/xl/Makefile

index af4912e67abc36e88982a2544c1a0266da76a317..407dd7554c9fefe49164a6ab580568d6e5c79968 100644 (file)
@@ -13,6 +13,7 @@ CFLAGS += $(PTHREAD_CFLAGS)
 LDFLAGS += $(PTHREAD_LDFLAGS)
 
 CFLAGS_XL += $(CFLAGS_libxenlight)
+CFLAGS_XL += $(CFLAGS_libxlutil)
 CFLAGS_XL += -Wshadow
 
 XL_OBJS-$(CONFIG_X86) = xl_psr.o