summaryrefslogtreecommitdiff
path: root/src/modules/xkbswitch/meson.build
blob: 602592c287e57a8c83cab35195f4cc40437330ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
xkbswitch_src = [
	'e_mod_config.c',
	'e_mod_main.c',
	'e_mod_parse.c',
	'e_mod_main.h',
	'e_mod_parse.h',
	'gadget/xkbswitch.h',
	'gadget/xkbswitch.c',
	'gadget/mod.c'
]

module += [xkbswitch_src, 'e-module-xkbswitch.edj']