From be3ab662e8aa6084f802ff62556ee19c9d7f377c Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Thu, 24 Aug 2017 13:56:29 +0200 Subject: Fix include issue on plugin --- ctl-plugin/CMakeLists.txt | 1 - nbproject/configurations.xml | 27 +++++++++++++++++++++++---- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/ctl-plugin/CMakeLists.txt b/ctl-plugin/CMakeLists.txt index fb2009f..d89e67d 100644 --- a/ctl-plugin/CMakeLists.txt +++ b/ctl-plugin/CMakeLists.txt @@ -43,7 +43,6 @@ PROJECT_TARGET_ADD(audio-plugin-sample) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} afb-utilities - afb-controller ${link_libraries} ) diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index c894fc0..a05bf8d 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -30,6 +30,9 @@ feature_tests.cxx + + ctl-plugin-sample.c + build cmake .. - true @@ -88,7 +90,7 @@ build/afb-source - CONTROL_CONFIG_PATH="/home/fulup/Workspace/AGL-AppFW/afb-controller/conf.d/project/json.d:/home/fulup/opt/Controller-binding/json.d" + CONTROL_CONFIG_PATH="/home/fulup/Workspace/AGL-AppFW/afb-controller/conf.d/project/json.d:/home/fulup/opt/afb-controller/json.d" CONTROL_CONFIG_POST="control" CONTROL_CONFIG_PRE="onload" CONTROL_DOSCRIPT_PRE="doscript" @@ -96,10 +98,11 @@ CONTROL_LUA_PATH="/home/fulup/Workspace/AGL-AppFW/afb-controller/conf.d/project/lua.d:/home/fulup/opt/controller-plugins/ctl-lua.d" CONTROL_MAXPATH_LEN=255 CONTROL_ONLOAD_PROFILE="onload-default" - CONTROL_PLUGIN_PATH="/home/fulup/Workspace/AGL-AppFW/afb-controller/build:/home/fulup/opt/Controller-binding/lib/controller-plugins:/usr/lib/afb/controller-plugins/ctlplug" + CONTROL_PLUGIN_PATH="/home/fulup/Workspace/AGL-AppFW/afb-controller/build:/home/fulup/opt/afb-controller/lib/controller-plugins:/usr/lib/afb/controller-plugins/ctlplug" CONTROL_SUPPORT_LUA CTL_PLUGIN_MAGIC=2468013579 - control_afb_EXPORTS + NATIVE_LINUX + controller_EXPORTS @@ -204,6 +207,10 @@ + + + + @@ -211,6 +218,18 @@ + + + + ../../../opt/include/afb + ctl-plugin + /usr/include/json-c + /usr/include/lua5.3 + afb-source + build/ctl-plugin + + + -- cgit 1.2.3-korg