From 26fc766c44e70d8773efe7125e40a9121345acd8 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Thu, 5 Dec 2013 15:23:23 +0100 Subject: [PATCH] Add BELLE_SIP flags to the help programs. --- coreapi/help/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/coreapi/help/Makefile.am b/coreapi/help/Makefile.am index 9d35b40a4..9d3c2475a 100644 --- a/coreapi/help/Makefile.am +++ b/coreapi/help/Makefile.am @@ -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