refactor: Break proc API functions out of the main daemon source

Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
Kai Krakow
2018-10-08 20:29:12 +02:00
parent c4ff3d7250
commit 748808be7e
4 changed files with 78 additions and 14 deletions

View File

@ -18,6 +18,7 @@ link_daemon_common = declare_dependency(
daemon_sources = [
'main.c',
'gamemode.c',
'gamemode-proc.c',
'daemonize.c',
'dbus_messaging.c',
'governors.c',