summaryrefslogtreecommitdiff
path: root/src/modules/luncher/meson.build
blob: 93bead156fa156b1dd1b940cf6d6b14ab63776ec (plain)
1
2
3
4
5
6
7
8
9
luncher_src = [
	'bar.c',
	'config.c',
	'grid.c',
	'mod.c',
	'luncher.h',
]

module += [luncher_src, 'e-module-luncher.edj']