summaryrefslogtreecommitdiff
path: root/src/modules/time/meson.build
blob: bd3898edef8e662c25fb79374404a01a72482a20 (plain)
1
2
3
4
5
6
7
8
9
time_src = [
	'clock.c',
	'config.c',
	'mod.c',
	'time.c',
	'clock.h',
]

module += [time_src, 'e-module-time.edj']