From de0372f543e595966622c0c63a93fb994f92d022 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Mon, 15 Oct 2018 01:52:17 -0700 Subject: binding: telephony: add missing file to build scripts CMakeFiles was missing a few source files, and incomplete deps which was causing "undefined symbols" on load Change-Id: I76ee91d880ab7be10772d615a24871fca9586386 Signed-off-by: Matt Ranostay --- binding/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'binding/CMakeLists.txt') diff --git a/binding/CMakeLists.txt b/binding/CMakeLists.txt index 962eeff..c6e385f 100644 --- a/binding/CMakeLists.txt +++ b/binding/CMakeLists.txt @@ -26,8 +26,11 @@ PROJECT_TARGET_ADD(afm-telephony-binding) # Define project Targets add_library(afm-telephony-binding MODULE telephony-binding.c gdbus/ofono_manager.c + gdbus/ofono_manager_interface.c + gdbus/ofono_voicecall.c + gdbus/ofono_voicecall_interface.c gdbus/ofono_voicecallmanager.c - gdbus/ofono_voicecall.c) + gdbus/ofono_voicecallmanager_interface.c) # Binder exposes a unique public entry point SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES -- cgit 1.2.3-korg