7b1070a7e1
This reverts commit 3eacf70bb5
.
It was only needed because of duplicate objects caused by
declare_dependency(link_whole: ...), and can be dropped now
that meson.build specifies objects and dependencies separately
for the internal dependencies.
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-ID: <20240524-objects-v1-2-07cbbe96166b@daynix.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
17 lines
293 B
Meson
17 lines
293 B
Meson
io_ss.add(genh)
|
|
io_ss.add(files(
|
|
'channel-buffer.c',
|
|
'channel-command.c',
|
|
'channel-file.c',
|
|
'channel-null.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',
|
|
))
|