enlightenment/src/modules/conf_performance/meson.build

14 lines
276 B
Meson
Raw Normal View History

2017-07-21 13:20:03 -07:00
conf_performance_dist = [
'e-module-conf_performance.edj',
'module.desktop',
]
conf_performance_src = [
'e_int_config_performance.c',
'e_int_config_powermanagement.c',
'e_mod_main.c',
'e_mod_main.h',
]
2017-07-26 07:35:23 -07:00
module += [conf_performance_src, 'e-module-conf_performance.edj']