mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Add headers to sources (for dist)
This commit is contained in:
parent
1244409e10
commit
df172de3d5
1 changed files with 21 additions and 2 deletions
|
|
@ -21,8 +21,27 @@ linphone_daemon_SOURCES=daemon.cc \
|
|||
commands/register-status.cc \
|
||||
commands/terminate.cc \
|
||||
commands/unregister.cc \
|
||||
commands/quit.cc
|
||||
|
||||
commands/quit.cc \
|
||||
daemon.h \
|
||||
commands/answer.h \
|
||||
commands/audio-codec-disable.h \
|
||||
commands/audio-codec-enable.h \
|
||||
commands/audio-codec-get.h \
|
||||
commands/audio-codec-move.h \
|
||||
commands/audio-codec-set.h \
|
||||
commands/audio-stream-start.h \
|
||||
commands/audio-stream-stop.h \
|
||||
commands/call.h \
|
||||
commands/call-stats.h \
|
||||
commands/call-status.h \
|
||||
commands/help.h \
|
||||
commands/pop-event.h \
|
||||
commands/ptime.h \
|
||||
commands/register.h \
|
||||
commands/register-status.h \
|
||||
commands/terminate.h \
|
||||
commands/unregister.h \
|
||||
commands/quit.h
|
||||
|
||||
linphone_daemon_pipetest_SOURCES=daemon-pipetest.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue