From 249c4d986954243e03a4c3e7044a772aca27090c Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Tue, 21 May 2013 14:17:53 +0200 Subject: [PATCH] add new files to be compiled in android makefiles --- build/android/common.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/android/common.mk b/build/android/common.mk index 06a773091..aeedab67b 100644 --- a/build/android/common.mk +++ b/build/android/common.mk @@ -44,6 +44,7 @@ LOCAL_SRC_FILES := \ bellesip_sal/sal_op_presence.c \ bellesip_sal/sal_op_registration.c \ bellesip_sal/sal_op_publish.c \ + bellesip_sal/sal_op_info.c \ bellesip_sal/sal_sdp.c \ sal.c \ offeranswer.c \ @@ -52,7 +53,8 @@ LOCAL_SRC_FILES := \ conference.c \ ec-calibrator.c \ linphone_tunnel_config.c \ - message_storage.c + message_storage.c \ + info.c ifndef LINPHONE_VERSION LINPHONE_VERSION = "Devel"