From 5a0c92bac32d086e176e2b10d13c7fd5bb4c1032 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Wed, 22 Apr 2015 10:48:37 +0200 Subject: [PATCH] liblinphone_tester.mk: use correct bc_tester_utils.c source --- build/android/liblinphone_tester.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/android/liblinphone_tester.mk b/build/android/liblinphone_tester.mk index 37cc4c579..e633116fc 100644 --- a/build/android/liblinphone_tester.mk +++ b/build/android/liblinphone_tester.mk @@ -1,7 +1,7 @@ LOCAL_PATH := $(call my-dir)/../../tester common_SRC_FILES := \ - ../../belle-sip/tester/common/bc_tester_utils.c \ + common/bc_tester_utils.c \ call_tester.c \ liblinphone_tester.c \ message_tester.c \ @@ -30,7 +30,7 @@ common_C_INCLUDES += \ $(LOCAL_PATH)/../coreapi \ $(LOCAL_PATH)/../oRTP/include \ $(LOCAL_PATH)/../mediastreamer2/include \ - $(LOCAL_PATH)/../../belle-sip/tester/common \ + $(LOCAL_PATH)/common include $(CLEAR_VARS)