aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-10-18 08:23:42 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-10-18 08:23:42 +0000
commit4f6730e8440a64e22741ebd78baf5de3068d003b (patch)
tree34821b980666005d94ace395ce39f62cfc034505
parentf91e227f38878330a9048c821aeaf63050ac1533 (diff)
parentde0372f543e595966622c0c63a93fb994f92d022 (diff)
Merge "binding: telephony: add missing file to build scripts"
-rw-r--r--binding/CMakeLists.txt5
m---------conf.d/app-templates0
-rw-r--r--conf.d/cmake/config.cmake2
3 files changed, 6 insertions, 1 deletions
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
diff --git a/conf.d/app-templates b/conf.d/app-templates
-Subproject 76e12e76c7065fb3440312af3e54eae9d40c525
+Subproject 210e7a74326c5e01de42bcb3c2375db92a32a27
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 1f7e645..3e8df2c 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -67,6 +67,8 @@ set (PKG_REQUIRED_LIST
json-c
libsystemd>=222
glib-2.0
+ gio-unix-2.0
+ gobject-2.0
afb-daemon
)