summaryrefslogtreecommitdiff
path: root/src/modules/systray/meson.build
blob: 9ace1275ec5996a1c845e56b758aaf4e3ab1a34e (plain)
1
2
3
4
5
6
7
8
9
10
systray_src = [
	'e_mod_main.c',
	'e_mod_notifier_host.c',
	'e_mod_notifier_host_dbus.c',
	'e_mod_notifier_watcher.c',
	'e_mod_main.h',
	'e_mod_notifier_host_private.h',
]

module += [systray_src, 'e-module-systray.edj']