1deps = [dependency('emile')]
2
3src = files(
4  'e_mod_main.c',
5  'e_mod_config.c',
6  'e_mod_tw.c',
7  'wl.c',
8  'x11.c',
9  'e_mod_main.h'
10 )
11
12if config_h.has('HAVE_WAYLAND') == true
13  src += files(
14    'wl_teamwork.c',
15    'wl_teamwork.h'
16  )
17endif
18