diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-12-17 10:54:24 +0100 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-12-17 12:09:22 +0100 |
commit | 3bce4a6a8648c91b6ddea478116b3b0679ef4648 (patch) | |
tree | 752ddb7f13ba774998fefd052f6dd1c387e4e882 /nbproject/private/configurations.xml | |
parent | 07fb99ec63d034983b768e8b8bd3d2b30ae37f6f (diff) |
Final modifications for Radio-Audio API communication
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'nbproject/private/configurations.xml')
-rw-r--r-- | nbproject/private/configurations.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nbproject/private/configurations.xml b/nbproject/private/configurations.xml index e198cc10..9a82aa63 100644 --- a/nbproject/private/configurations.xml +++ b/nbproject/private/configurations.xml @@ -48,7 +48,10 @@ </df> <df name="plugins"> <df name="audio"> + <in>audio-alsa.c</in> + <in>audio-alsa.h</in> <in>audio-api.c</in> + <in>audio-api.h</in> </df> <df name="radio"> <in>radio-api.c</in> @@ -156,8 +159,6 @@ <gdb_interceptlist> <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/> </gdb_interceptlist> - <gdb_signals> - </gdb_signals> <gdb_options> <DebugOptions> </DebugOptions> |