client-node: remove transport area

We don't need the area anymore
This commit is contained in:
Wim Taymans 2018-04-12 10:12:40 +02:00
parent 10fff4b2f8
commit 03b914405d
8 changed files with 18 additions and 475 deletions

View file

@ -47,7 +47,6 @@ pipewire_module_mixer = shared_library('pipewire-module-mixer',
pipewire_module_client_node = shared_library('pipewire-module-client-node',
[ 'module-client-node.c',
'module-client-node/client-node.c',
'module-client-node/transport.c',
'module-client-node/protocol-native.c',
'module-protocol-native/connection.c',
'spa/spa-node.c', ],