enlightenment/src/modules/temperature/meson.build

10 lines
169 B
Meson
Raw Normal View History

2017-07-21 13:20:03 -07:00
temperature_src = [
'e_mod_config.c',
'e_mod_main.c',
'e_mod_tempget.c',
'e_mod_udev.c',
'e_mod_main.h',
]
2017-07-26 07:35:23 -07:00
module += [temperature_src, 'e-module-temperature.edj']