summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorPaolo Bonzini2020-08-04 20:18:36 +0200
committerPaolo Bonzini2020-08-21 12:30:23 +0200
commit7c58bb769dce4764b413ae4a9e13c4c54d537b87 (patch)
treedd8b5625d63b170f543012a7b6c3e7c05cf95ae5 /meson.build
parentmeson: convert common QMP bits for qemu and qemu-storage-daemon (diff)
downloadqemu-7c58bb769dce4764b413ae4a9e13c4c54d537b87.tar.gz
qemu-7c58bb769dce4764b413ae4a9e13c4c54d537b87.tar.xz
qemu-7c58bb769dce4764b413ae4a9e13c4c54d537b87.zip
meson: convert qemu-storage-daemon
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 9d1a530271..4ff3f7bccb 100644
--- a/meson.build
+++ b/meson.build
@@ -590,7 +590,6 @@ subdir('util')
subdir('qom')
subdir('authz')
subdir('crypto')
-subdir('storage-daemon')
subdir('ui')
@@ -800,6 +799,7 @@ if have_tools
dependencies: [block, qemuutil], install: true)
endif
+ subdir('storage-daemon')
subdir('contrib/rdmacm-mux')
subdir('contrib/elf2dmp')