enlightenment/src/modules/fileman/meson.build

14 lines
237 B
Meson
Raw Normal View History

2017-07-21 13:20:03 -07:00
fileman_src = [
'e_fwin.c',
'e_fwin_nav.c',
'e_int_config_mime.c',
'e_int_config_mime_edit.c',
'e_mod_config.c',
'e_mod_dbus.c',
'e_mod_main.c',
'e_mod_menu.c',
'e_mod_main.h',
]
2017-07-26 07:35:23 -07:00
module += [fileman_src, 'e-module-fileman.edj']