diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-12 03:10:34 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-12 03:10:34 +0100 |
commit | e7c246a1b0d30b8156c7033061a61ecb5d2bdfc8 (patch) | |
tree | eedbde29dfd073934c6b985d6cb213621708cd51 /nbproject/private/configurations.xml | |
parent | 335eeec7aaf944d66cac87b5bb3f64f8fc7e385e (diff) |
Added Session Management
Diffstat (limited to 'nbproject/private/configurations.xml')
-rw-r--r-- | nbproject/private/configurations.xml | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/nbproject/private/configurations.xml b/nbproject/private/configurations.xml index 457c443c..4cc0c9f9 100644 --- a/nbproject/private/configurations.xml +++ b/nbproject/private/configurations.xml @@ -20,12 +20,6 @@ </df> </df> </df> - <df name="dist"> - <df name="Debug"> - <df name="GNU-Linux"> - </df> - </df> - </df> <df name="include"> <in>local-def.h</in> <in>proto-def.h</in> @@ -37,6 +31,7 @@ <in>dbus-api.c</in> <in>http-svc.c</in> <in>main.c</in> + <in>radio-api.c</in> <in>rest-api.c</in> <in>session.c</in> </df> @@ -58,12 +53,6 @@ </df> </df> </df> - <df name="dist"> - <df name="Debug"> - <df name="GNU-Linux"> - </df> - </df> - </df> <df name="include"> </df> <df name="src"> @@ -95,6 +84,8 @@ <gdb_interceptlist> <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/> </gdb_interceptlist> + <gdb_signals> + </gdb_signals> <gdb_options> <DebugOptions> </DebugOptions> |