xemu/io/meson.build
Daniel P. Berrangé 87e4276449 io: add a QIOChannelNull equivalent to /dev/null
This is for code which needs a portable equivalent to a QIOChannelFile
connected to /dev/null.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
2022-06-22 18:11:21 +01:00

17 lines
301 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',
), gnutls)