mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Fix build on Android and autotools
This commit is contained in:
parent
88d0c8ef9e
commit
2fcf9d4f2c
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ LOCAL_SRC_FILES := \
|
||||||
call_params.c \
|
call_params.c \
|
||||||
chat.c \
|
chat.c \
|
||||||
chat_file_transfer.c \
|
chat_file_transfer.c \
|
||||||
conference.c \
|
conference.cc \
|
||||||
content.c \
|
content.c \
|
||||||
ec-calibrator.c \
|
ec-calibrator.c \
|
||||||
enum.c \
|
enum.c \
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ liblinphone_la_SOURCES=\
|
||||||
call_params.c \
|
call_params.c \
|
||||||
chat.c \
|
chat.c \
|
||||||
chat_file_transfer.c \
|
chat_file_transfer.c \
|
||||||
conference.c \
|
conference.cc \
|
||||||
contactprovider.c contactprovider.h contact_providers_priv.h \
|
contactprovider.c contactprovider.h contact_providers_priv.h \
|
||||||
content.c \
|
content.c \
|
||||||
dict.c \
|
dict.c \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue