diff --git a/build/openembedded/belle-sip/belle-sip_master.bb b/build/openembedded/belle-sip/belle-sip_master.bb index a10b9eb4b..924e741e4 100644 --- a/build/openembedded/belle-sip/belle-sip_master.bb +++ b/build/openembedded/belle-sip/belle-sip_master.bb @@ -1,10 +1,10 @@ require belle-sip.inc -SRCREV="95dd343e1b7906168f646d35cfe6a25a9f0fe736" +SRCREV="0837e201b8add7b91c149e701a2b637d6c1da74a" S = "${WORKDIR}/git" PR="R1" -SRC_URI = "git://git.linphone.org/belle-sip.git;commit=95dd343e1b7906168f646d35cfe6a25a9f0fe736" +SRC_URI = "git://git.linphone.org/belle-sip.git;commit=0837e201b8add7b91c149e701a2b637d6c1da74a" LIC_FILES_CHKSUM = "file://COPYING;md5=9f9938e31db89d55a796e86808c96848" diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 4c9f4136e..5f0a1ae0e 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -51,6 +51,7 @@ linphone_daemon_SOURCES=daemon.cc \ commands/audio-stream-start.h \ commands/audio-stream-stop.h \ commands/audio-stream-stats.h \ + commands/auth-infos-clear.h \ commands/call.h \ commands/call-stats.h \ commands/call-status.h \