mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
command: move command to the daemon
This commit is contained in:
parent
a212d2f9ed
commit
85caf0b485
4 changed files with 4 additions and 4 deletions
|
|
@ -1,9 +1,11 @@
|
|||
pipewire_daemon_sources = [
|
||||
'main.c',
|
||||
'command.c',
|
||||
'daemon-config.c',
|
||||
'main.c',
|
||||
]
|
||||
|
||||
pipewire_daemon_headers = [
|
||||
'command.h',
|
||||
'daemon-config.h',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue