diff --git a/build/android/Android.mk b/build/android/Android.mk index 431cc942f..77f38ed34 100755 --- a/build/android/Android.mk +++ b/build/android/Android.mk @@ -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 \ diff --git a/coreapi/CMakeLists.txt b/coreapi/CMakeLists.txt index 9d905c8b1..d38c25dfa 100644 --- a/coreapi/CMakeLists.txt +++ b/coreapi/CMakeLists.txt @@ -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