aboutsummaryrefslogtreecommitdiff
path: root/io/meson.build
blob: bcd8b1e7373ae9b4311951ca83e868165c32b6c5 (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',
))