The items in migration_files are built for libmigration and included
info softmmu_ss from there; no need to also include them directly.

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
Cc: Juan Quintela <quint...@redhat.com> 
Cc: Peter Xu <pet...@redhat.com> 
Cc: Leonardo Bras <leob...@redhat.com> 
---
 migration/meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/migration/meson.build b/migration/meson.build
index dc8b1daef5..21ac014496 100644
--- a/migration/meson.build
+++ b/migration/meson.build
@@ -7,7 +7,6 @@ migration_files = files(
   'qemu-file.c',
   'yank_functions.c',
 )
-softmmu_ss.add(migration_files)
 
 softmmu_ss.add(files(
   'block-dirty-bitmap.c',
-- 
2.34.1


Reply via email to