Added carddav.c to CMakeLists.txt and Android.mk

This commit is contained in:
Sylvain Berfini 2016-01-15 11:40:00 +01:00
parent 31b367c3fe
commit 39b2596744
2 changed files with 3 additions and 0 deletions

View file

@ -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 \

View file

@ -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