enlightenment/src/modules/gadman/meson.build

9 lines
138 B
Meson
Raw Normal View History

2017-07-21 13:20:03 -07:00
gadman_src = [
'e_mod_config.c',
'e_mod_gadman.c',
'e_mod_main.c',
'e_mod_gadman.h',
]
2017-07-26 07:35:23 -07:00
module += [gadman_src, 'e-module-gadman.edj']