Add BELLE_SIP flags to the help programs.

This commit is contained in:
Guillaume BIENKOWSKI 2013-12-05 15:23:23 +01:00
parent cfbd9b8429
commit 26fc766c44

View file

@ -53,7 +53,8 @@ LINPHONE_TUTOS=$(helloworld_SOURCES)
helloworld_LDADD=$(top_builddir)/coreapi/liblinphone.la \
$(MEDIASTREAMER_LIBS) \
$(ORTP_LIBS)
$(ORTP_LIBS) \
$(BELLESIP_LIBS)
registration_SOURCES=registration.c
LINPHONE_TUTOS+=$(registration_SOURCES)
@ -85,7 +86,8 @@ AM_CFLAGS=\
-DLOG_DOMAIN=\"LinphoneCore\" \
$(IPV6_CFLAGS) \
-DORTP_INET6 \
$(VIDEO_CFLAGS)
$(VIDEO_CFLAGS) \
$(BELLESIP_CFLAGS)
tutodir=$(datadir)/tutorials/linphone