mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 22:41:07 +00:00
f78536b149
Be consistent creating all the libraries in the main meson.build file. Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20201006125602.2311423-7-philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
15 lines
273 B
Meson
15 lines
273 B
Meson
io_ss.add(genh)
|
|
io_ss.add(files(
|
|
'channel-buffer.c',
|
|
'channel-command.c',
|
|
'channel-file.c',
|
|
'channel-socket.c',
|
|
'channel-tls.c',
|
|
'channel-util.c',
|
|
'channel-watch.c',
|
|
'channel-websock.c',
|
|
'channel.c',
|
|
'dns-resolver.c',
|
|
'net-listener.c',
|
|
'task.c',
|
|
))
|