From: Paul Durrant Date: Wed, 22 Feb 2017 11:00:37 +0000 (+0000) Subject: Add libxendevicemodel to rpath-link X-Git-Tag: xen-4.9.0-rc1~2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=58b9047bf2da88d2976bd1b7ba50dfdcc68b503d;p=qemu-xen-traditional.git Add libxendevicemodel to rpath-link libxenctrl now depends on this library Signed-off-by: Paul Durrant Acked-by: Ian Jackson --- diff --git a/xen-hooks.mak b/xen-hooks.mak index c1ea4be5..4356f670 100644 --- a/xen-hooks.mak +++ b/xen-hooks.mak @@ -28,6 +28,7 @@ LIBS += -L$(XEN_ROOT)/tools/xenstore -lxenstore LIBS += -Wl,-rpath-link=$(XEN_ROOT)/tools/libs/toollog LIBS += -Wl,-rpath-link=$(XEN_ROOT)/tools/libs/call LIBS += -Wl,-rpath-link=$(XEN_ROOT)/tools/libs/foreignmemory +LIBS += -Wl,-rpath-link=$(XEN_ROOT)/tools/libs/devicemodel LDFLAGS := $(CFLAGS) $(LDFLAGS)