diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-12-16 17:12:04 +0100 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-12-16 17:13:47 +0100 |
commit | 41c462374fb25fae29f3b4a28eb99fdb639e8547 (patch) | |
tree | 1d255970fbb1cf3a07d92d478a6261f7c16e08b9 /nbproject/configurations.xml | |
parent | f4df9160115470439d1820409126694d138cd7be (diff) |
Fix plugins loading, cleanup and dispatch Radio API code
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'nbproject/configurations.xml')
-rw-r--r-- | nbproject/configurations.xml | 54 |
1 files changed, 20 insertions, 34 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index 23e01917..0a5d9b3f 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -58,7 +58,26 @@ <buildCommandWorkingDir>build</buildCommandWorkingDir> <buildCommand>${MAKE} -f Makefile</buildCommand> <cleanCommand>${MAKE} -f Makefile clean</cleanCommand> - <executablePath>build/src/afb-daemon</executablePath> + <executablePath>build/afb-daemon</executablePath> + <cTool flags="1"> + <incDir> + <pElem>plugins/audio</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>include</pElem> + <pElem>/usr/include/uuid</pElem> + <pElem>build/plugins</pElem> + <pElem>plugins/samples</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>include</pElem> + <pElem>/usr/include/uuid</pElem> + <pElem>build/plugins</pElem> + <pElem>plugins/session</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>include</pElem> + <pElem>/usr/include/uuid</pElem> + <pElem>build/plugins</pElem> + </incDir> + </cTool> </makeTool> <preBuild> <preBuildCommandWorkingDir>build</preBuildCommandWorkingDir> @@ -66,39 +85,6 @@ <preBuildFirst>true</preBuildFirst> </preBuild> </makefileType> - <item path="plugins/audio/audio-api.c" ex="false" tool="0" flavor2="2"> - <cTool flags="1"> - <incDir> - <pElem>plugins/audio</pElem> - <pElem>/usr/include/json-c</pElem> - <pElem>include</pElem> - <pElem>/usr/include/uuid</pElem> - <pElem>build/plugins</pElem> - </incDir> - </cTool> - </item> - <item path="plugins/samples/HelloWorld.c" ex="false" tool="0" flavor2="2"> - <cTool flags="1"> - <incDir> - <pElem>plugins/samples</pElem> - <pElem>/usr/include/json-c</pElem> - <pElem>include</pElem> - <pElem>/usr/include/uuid</pElem> - <pElem>build/plugins</pElem> - </incDir> - </cTool> - </item> - <item path="plugins/session/token-api.c" ex="false" tool="0" flavor2="2"> - <cTool flags="1"> - <incDir> - <pElem>plugins/session</pElem> - <pElem>/usr/include/json-c</pElem> - <pElem>include</pElem> - <pElem>/usr/include/uuid</pElem> - <pElem>build/plugins</pElem> - </incDir> - </cTool> - </item> <item path="src/afbs-api.c" ex="false" tool="0" flavor2="2"> <cTool flags="0"> <incDir> |