mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Add BELLE_SIP flags to the help programs.
This commit is contained in:
parent
cfbd9b8429
commit
26fc766c44
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue