From eee04b4ac5847f6101b9321e4513c4401e745a0a Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Tue, 22 Dec 2015 15:51:22 +0100 Subject: Fix Post JSON bug --- nbproject/configurations.xml | 128 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 103 insertions(+), 25 deletions(-) (limited to 'nbproject') diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index 449cdafc..a04af66c 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -3,6 +3,10 @@ + + afm-main-plugin.c + utils-jbus.c + audio-alsa.c audio-api.c @@ -24,6 +28,7 @@ alsa-api.c config.c dbus-api.c + helper-api.c http-svc.c main.c radio-api.c @@ -95,14 +100,26 @@ + + + + plugins/afm-main-plugin + + + + plugins/audio build/plugins/audio PLUGIN_INSTALL_DIR="/usr/local/lib64/afb" - audio_api_EXPORTS + __PIC__=2 + __REGISTER_PREFIX__= + __USER_LABEL_PREFIX__= + __pic__=2 + audio_api_EXPORTS=1 @@ -119,30 +136,72 @@ + plugins/samples build/plugins/samples PLUGIN_INSTALL_DIR="/usr/local/lib64/afb" + __PIC__=2 + __REGISTER_PREFIX__= + __USER_LABEL_PREFIX__= + __pic__=2 + plugins/session build/plugins/session PLUGIN_INSTALL_DIR="/usr/local/lib64/afb" - token_api_EXPORTS + __PIC__=2 + __REGISTER_PREFIX__= + __USER_LABEL_PREFIX__= + __pic__=2 + token_api_EXPORTS=1 + + + + build/plugins/afm-main-plugin + + + PLUGIN_INSTALL_DIR="/usr/local/lib64/afb" + __PIC__=2 + __REGISTER_PREFIX__= + __USER_LABEL_PREFIX__= + __pic__=2 + afm_main_api_EXPORTS=1 + + + + + + + /usr/lib64/dbus-1.0/include/dbus + /usr/include/dbus-1.0/dbus + /usr/include/dbus-1.0 + /usr/lib64/dbus-1.0/include + build/plugins/afm-main-plugin + + + - + - + @@ -154,21 +213,21 @@ - + - helloWorld_api_EXPORTS + helloWorld_api_EXPORTS=1 - + - samplePost_api_EXPORTS + samplePost_api_EXPORTS=1 - + @@ -200,17 +259,21 @@ - + - include + src /usr/include/json-c + include /usr/include/uuid - /usr/include/alsa build/src HAVE_AUDIO_PLUGIN=1 PLUGIN_INSTALL_DIR="/usr/local/lib64/afb" + __PIC__=2 + __REGISTER_PREFIX__= + __USER_LABEL_PREFIX__= + __pic__=2 @@ -228,33 +291,44 @@ - - + + + src + /usr/include/json-c include + /usr/include/uuid + build/src + + + + + + + src /usr/include/json-c + include /usr/include/uuid - /usr/include/alsa build/src - - HAVE_AUDIO_PLUGIN=1 - PLUGIN_INSTALL_DIR="/usr/local/lib64/afb" - - + - include + src /usr/include/json-c + include /usr/include/uuid - /usr/include/alsa build/src HAVE_AUDIO_PLUGIN=1 PLUGIN_INSTALL_DIR="/usr/local/lib64/afb" + __PIC__=2 + __REGISTER_PREFIX__= + __USER_LABEL_PREFIX__= + __pic__=2 @@ -292,17 +366,21 @@ - + - include + src /usr/include/json-c /usr/include/uuid - /usr/include/alsa + include build/src HAVE_AUDIO_PLUGIN=1 PLUGIN_INSTALL_DIR="/usr/local/lib64/afb" + __PIC__=2 + __REGISTER_PREFIX__= + __USER_LABEL_PREFIX__= + __pic__=2 -- cgit 1.2.3-korg