summaryrefslogtreecommitdiffstats
path: root/term-utils/meson.build
blob: f93ee943254a8d456ce41ee088064b300f3e2a72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
script_sources = files(
  'script.c',
) + \
  pty_session_c + \
  monotonic_c

scriptlive_sources = files(
  'scriptlive.c',
  'script-playutils.c',
  'script-playutils.h',
) + \
  pty_session_c + \
  monotonic_c

scriptreplay_sources = files(
  'scriptreplay.c',
  'script-playutils.c',
  'script-playutils.h',
)

agetty_sources = files(
  'agetty.c',
)

setterm_sources = files(
  'setterm.c',
)

mesg_sources = files(
  'mesg.c',
)

wall_sources = files(
  'wall.c',
  'ttymsg.c',
  'ttymsg.h',
)

write_sources = files(
  'write.c',
)