mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 04:28:10 +00:00
fix makefile (include linphone_tunnel.cc always)
This commit is contained in:
parent
80e4341e05
commit
9e3835ff16
1 changed files with 3 additions and 2 deletions
|
|
@ -43,7 +43,8 @@ LOCAL_SRC_FILES := \
|
|||
callbacks.c \
|
||||
linphonecall.c \
|
||||
conference.c \
|
||||
ec-calibrator.c
|
||||
ec-calibrator.c \
|
||||
linphone_tunnel.cc
|
||||
|
||||
ifndef MY_LOG_DOMAIN
|
||||
MY_LOG_DOMAIN = \"Linphone\"
|
||||
|
|
@ -91,7 +92,7 @@ LOCAL_STATIC_LIBRARIES := \
|
|||
ifeq ($(BUILD_TUNNEL),1)
|
||||
LOCAL_CFLAGS +=-DTUNNEL_ENABLED
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../tunnel/include $(LOCAL_PATH)/../../tunnel/src
|
||||
LOCAL_SRC_FILES += linphone_tunnel.cc TunnelManager.cc
|
||||
LOCAL_SRC_FILES += TunnelManager.cc
|
||||
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||
LOCAL_SHARED_LIBRARIES += libtunnelclient
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue