On Thu, Jul 16, 2020 at 11:56:28 +0200, Pavel Hrdina wrote:
Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
[...]
diff --git a/src/admin/meson.build b/src/admin/meson.build
index cf2f206e34a..31d1a437fbe 100644
--- a/src/admin/meson.build
+++ b/src/admin/meson.build
@@ -48,3 +48,5 @@ admin_driver_lib = static_library(
xdr_dep,
],
)
+
+libvirt_libs += admin_driver_lib
As Daniel mentioned, this probably pulls in the admin stuff into
libvirt.so which is not desired.