Beginnings of dbus based control

This commit is contained in:
Wim Taymans 2016-10-14 16:46:09 +02:00
parent becae3e7fa
commit ee202e13e9
19 changed files with 2086 additions and 28 deletions

View file

@ -3,6 +3,7 @@ pinoscore_headers = [
'client-node.h',
'command.h',
'daemon.h',
'dbus-client-node.h',
'link.h',
'module.h',
'node.h',
@ -16,6 +17,7 @@ pinoscore_sources = [
'client-node.c',
'command.c',
'daemon.c',
'dbus-client-node.c',
'link.c',
'module.c',
'node.c',