Add headers to sources (for dist)

This commit is contained in:
Yann Diorcet 2012-05-03 11:42:18 +02:00
parent 1244409e10
commit df172de3d5

View file

@ -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