diff options
author | Juan Quintela <quintela@redhat.com> | 2023-05-09 19:02:17 +0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2023-05-18 18:41:53 +0200 |
commit | ba9d2cbc01b4e33f9a97edcd77247831a333eac2 (patch) | |
tree | 9302f5993214c9d390c16c4e1987e923c6a7c375 /migration | |
parent | cbec7eb76879d419e7dbf531ee2506ec0722e825 (diff) |
migration: Fix duplicated included in meson.build
This is the commint with the merge error (not in the submited patch).
commit 52623f23b0d114837a0d6278180b3e3ae8947117
Author: Lukas Straub <lukasstraub2@web.de>
Date: Thu Apr 20 11:48:35 2023 +0200
ram-compress.c: Make target independent
Make ram-compress.c target independent.
Fixes: 52623f23b0d114837a0d6278180b3e3ae8947117
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Message-Id: <20230509170217.83246-1-quintela@redhat.com>
Diffstat (limited to 'migration')
-rw-r--r-- | migration/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/migration/meson.build b/migration/meson.build index b3d0c537c8..a8e01e70ae 100644 --- a/migration/meson.build +++ b/migration/meson.build @@ -22,7 +22,6 @@ softmmu_ss.add(files( 'migration.c', 'multifd.c', 'multifd-zlib.c', - 'multifd-zlib.c', 'ram-compress.c', 'options.c', 'postcopy-ram.c', |