]> xenbits.xensource.com Git - qemu-xen-unstable.git/commitdiff
Add libxendevicemodel to rpath-link
authorPaul Durrant <paul.durrant@citrix.com>
Wed, 22 Feb 2017 11:00:37 +0000 (11:00 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 23 Feb 2017 11:48:34 +0000 (11:48 +0000)
libxenctrl now depends on this library

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
xen-hooks.mak

index c1ea4be5edd7118d52c0918b3d1fb38c5a6c2e4d..4356f670f8d9dd6de523e0a1069d2107adcd80ba 100644 (file)
@@ -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)