summaryrefslogtreecommitdiff
path: root/src/modules/temperature/meson.build
blob: 12fb62e353db9e1f18a02b6e0de8005539fa94b0 (plain)
1
2
3
4
5
6
7
8
9
temperature_src = [
	'e_mod_config.c',
	'e_mod_main.c',
	'e_mod_tempget.c',
	'e_mod_udev.c',
	'e_mod_main.h',
]

module += [temperature_src, 'e-module-temperature.edj']