mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 05:38:14 +00:00
Added carddav.c to CMakeLists.txt and Android.mk
This commit is contained in:
parent
31b367c3fe
commit
39b2596744
2 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ LOCAL_SRC_FILES := \
|
|||
callbacks.c \
|
||||
call_log.c \
|
||||
call_params.c \
|
||||
carddav.c \
|
||||
chat.c \
|
||||
chat_file_transfer.c \
|
||||
conference.cc \
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ set(LINPHONE_HEADER_FILES
|
|||
buffer.h
|
||||
call_log.h
|
||||
call_params.h
|
||||
carddav.h
|
||||
content.h
|
||||
event.h
|
||||
friendlist.h
|
||||
|
|
@ -74,6 +75,7 @@ set(LINPHONE_SOURCE_FILES_C
|
|||
callbacks.c
|
||||
call_log.c
|
||||
call_params.c
|
||||
carddav.c
|
||||
chat.c
|
||||
chat_file_transfer.c
|
||||
contactprovider.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue