aboutsummaryrefslogtreecommitdiff
path: root/migration/meson.build
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2024-04-08 17:53:27 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2024-04-18 11:17:27 +0200
commit857f504cf279a063e375c32e88d5cf3312d6b30c (patch)
tree70f66c3b884dc10d720ab872369a611cb003e50b /migration/meson.build
parent2c888febdfa0290a9e1d1f2133b2a24de47f6120 (diff)
downloadqemu-857f504cf279a063e375c32e88d5cf3312d6b30c.zip
qemu-857f504cf279a063e375c32e88d5cf3312d6b30c.tar.gz
qemu-857f504cf279a063e375c32e88d5cf3312d6b30c.tar.bz2
colo: move stubs out of stubs/
Since the colo stubs are needed exactly when the build options are not enabled, move them together with the code they stub. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-ID: <20240408155330.522792-16-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'migration/meson.build')
-rw-r--r--migration/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/migration/meson.build b/migration/meson.build
index 1eeb915..f76b1ba 100644
--- a/migration/meson.build
+++ b/migration/meson.build
@@ -34,6 +34,8 @@ system_ss.add(files(
if get_option('replication').allowed()
system_ss.add(files('colo-failover.c', 'colo.c'))
+else
+ system_ss.add(files('colo-stubs.c'))
endif
system_ss.add(when: rdma, if_true: files('rdma.c'))