Skip to content
Snippets Groups Projects
Commit 5a0c92ba authored by Gautier Pelloux-Prayer's avatar Gautier Pelloux-Prayer
Browse files

liblinphone_tester.mk: use correct bc_tester_utils.c source

parent 6aacbf1a
Branches
Tags
No related merge requests found
LOCAL_PATH := $(call my-dir)/../../tester LOCAL_PATH := $(call my-dir)/../../tester
common_SRC_FILES := \ common_SRC_FILES := \
../../belle-sip/tester/common/bc_tester_utils.c \ common/bc_tester_utils.c \
call_tester.c \ call_tester.c \
liblinphone_tester.c \ liblinphone_tester.c \
message_tester.c \ message_tester.c \
...@@ -30,7 +30,7 @@ common_C_INCLUDES += \ ...@@ -30,7 +30,7 @@ common_C_INCLUDES += \
$(LOCAL_PATH)/../coreapi \ $(LOCAL_PATH)/../coreapi \
$(LOCAL_PATH)/../oRTP/include \ $(LOCAL_PATH)/../oRTP/include \
$(LOCAL_PATH)/../mediastreamer2/include \ $(LOCAL_PATH)/../mediastreamer2/include \
$(LOCAL_PATH)/../../belle-sip/tester/common \ $(LOCAL_PATH)/common
include $(CLEAR_VARS) include $(CLEAR_VARS)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment