refactor: Break wine 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 22:40:35 +02:00
parent 403ce122f6
commit f4cd01f989
4 changed files with 175 additions and 111 deletions

View File

@ -22,6 +22,7 @@ daemon_sources = [
'gamemode-ioprio.c',
'gamemode-proc.c',
'gamemode-sched.c',
'gamemode-wine.c',
'daemonize.c',
'dbus_messaging.c',
'governors.c',