aboutsummaryrefslogtreecommitdiff
path: root/storage-daemon/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'storage-daemon/meson.build')
-rw-r--r--storage-daemon/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage-daemon/meson.build b/storage-daemon/meson.build
index 46267b63e7..fd5e32f4b2 100644
--- a/storage-daemon/meson.build
+++ b/storage-daemon/meson.build
@@ -8,6 +8,7 @@ if have_tools
qsd_ss = qsd_ss.apply({})
qsd = executable('qemu-storage-daemon',
qsd_ss.sources(),
+ link_args: '@block.syms', link_depends: block_syms,
dependencies: qsd_ss.dependencies(),
install: true)
endif