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 | |
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')
-rw-r--r-- | nbproject/configurations.xml | 54 | ||||
-rw-r--r-- | nbproject/private/configurations.xml | 22 |
2 files changed, 41 insertions, 35 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> diff --git a/nbproject/private/configurations.xml b/nbproject/private/configurations.xml index 0b5e7921..713e87f4 100644 --- a/nbproject/private/configurations.xml +++ b/nbproject/private/configurations.xml @@ -13,9 +13,21 @@ <in>proto-def.h</in> </df> <df name="plugins"> + <df name="audio"> + <in>audio-api.c</in> + </df> + <df name="radio"> + <in>radio-api.c</in> + </df> + <df name="samples"> + <in>HelloWorld.c</in> + <in>SamplePost.c</in> + </df> + <df name="session"> + <in>token-api.c</in> + </df> </df> <df name="src"> - <in>SamplePost.c</in> <in>afbs-api.c</in> <in>alsa-api.c</in> <in>config.c</in> @@ -37,6 +49,14 @@ <df name="include"> </df> <df name="plugins"> + <df name="audio"> + </df> + <df name="radio"> + </df> + <df name="samples"> + </df> + <df name="session"> + </df> </df> <df name="src"> </df> |