enlightenment/src/modules/luncher/meson.build

10 lines
125 B
Meson
Raw Normal View History

2017-07-21 13:20:03 -07:00
luncher_src = [
'bar.c',
'config.c',
'grid.c',
'mod.c',
'luncher.h',
]
2017-07-26 07:35:23 -07:00
module += [luncher_src, 'e-module-luncher.edj']