From 5d79ed6fc0a5568038a952875b7a6d9dfce4f0d1 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Thu, 7 Mar 2013 22:21:14 +0100 Subject: [PATCH] fix android build scripts --- 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 48c716cc8..dc220634e 100644 --- a/build/android/common.mk +++ b/build/android/common.mk @@ -50,7 +50,8 @@ LOCAL_SRC_FILES := \ linphonecall.c \ conference.c \ ec-calibrator.c \ - linphone_tunnel_config.c + linphone_tunnel_config.c \ + message_storage.c ifndef LINPHONE_VERSION LINPHONE_VERSION = "Devel" @@ -64,6 +65,7 @@ LOCAL_CFLAGS += \ -DHAVE_CONFIG_H \ -DLINPHONE_VERSION=\"$(LINPHONE_VERSION)\" \ -DLINPHONE_PLUGINS_DIR=\"\\tmp\" \ + -DUSE_BELLESIP LOCAL_CFLAGS += -DIN_LINPHONE