aboutsummaryrefslogtreecommitdiff
path: root/io/meson.build
blob: bbcd3c53a4a322da44e9d21c7ee267a082b11a6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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',
), gnutls)