diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-12 13:26:14 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-12 13:26:14 +0100 |
commit | d00571d3c5365f40e7ec2ec3ab0f636afa0db480 (patch) | |
tree | ec9048323196e91ffe233dc4e317479c75b86e8f /nbproject/configurations.xml | |
parent | e7c246a1b0d30b8156c7033061a61ecb5d2bdfc8 (diff) |
Fixed Plugin.private bug, added "no session mode" fixed plugin API
Diffstat (limited to 'nbproject/configurations.xml')
-rw-r--r-- | nbproject/configurations.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index 4b821789..5fcbb4ea 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -74,12 +74,22 @@ </cTool> </item> <item path="src/alsa-api.c" ex="false" tool="0" flavor2="2"> - <cTool flags="0"> + <cTool flags="1"> <incDir> - <pElem>include</pElem> + <pElem>src</pElem> <pElem>/usr/include/json-c</pElem> + <pElem>include</pElem> + <pElem>/usr/include/uuid</pElem> <pElem>build/src</pElem> </incDir> + <preprocessorList> + <Elem>__PIC__=2</Elem> + <Elem>__PIE__=2</Elem> + <Elem>__REGISTER_PREFIX__=</Elem> + <Elem>__USER_LABEL_PREFIX__=</Elem> + <Elem>__pic__=2</Elem> + <Elem>__pie__=2</Elem> + </preprocessorList> </cTool> </item> <item path="src/config.c" ex="false" tool="0" flavor2="2"> |