Re: [PATCH] remote: Make remote_daemon depend on qemu_protocol.h

2022-08-08 Thread He Zhe
On 8/8/22 22:59, Michal Prívozník wrote: > On 7/20/22 10:41, He Zhe wrote: >> We sometimes meet the following parallel compililation issue, since >> remote_daemon depends on remote_protocol.h qemu_protocol.h and >> lxc_protocol.h, >> which are usually gen

[PATCH] remote: Make remote_daemon depend on qemu_protocol.h

2022-07-20 Thread He Zhe
patch adds the headers as dependencies of remote_daemon to make sure they are always in place in advance. Signed-off-by: He Zhe --- src/remote/meson.build | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/src/remote/meson.build b/src/remote/meson.b