diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-11-01 22:18:54 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-11-01 22:19:54 +0100 |
commit | ab6e470190f2cc410b1f6fa8f146317a3c3b08b5 (patch) | |
tree | 5235d72c616cb8fc4295c9dc9ec56509bbbb0dc3 /nbproject | |
parent | ed0fb265decf8bb562ad27d18985705b9de74f15 (diff) |
Integration with AlsaHookPlugin (work in progress)
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/configurations.xml | 3 | ||||
-rw-r--r-- | nbproject/project.xml | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index 8ebd7d3..93a17f5 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -12,7 +12,6 @@ <in>ahl-deviceenum.c</in> </df> <df name="ahl-utilities"> - <in>ahl-interface.h</in> <in>ahl-policy-utils.c</in> <in>ahl-policy-utils.h</in> </df> @@ -87,8 +86,6 @@ </item> <item path="ahl-binding/ahl-deviceenum.c" ex="false" tool="0" flavor2="0"> </item> - <item path="ahl-utilities/ahl-interface.h" ex="false" tool="3" flavor2="0"> - </item> <item path="ahl-utilities/ahl-policy-utils.c" ex="false" tool="0" flavor2="0"> </item> <item path="ahl-utilities/ahl-policy-utils.h" ex="false" tool="3" flavor2="0"> diff --git a/nbproject/project.xml b/nbproject/project.xml index 72c2a3b..3e0cffd 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -6,7 +6,7 @@ <name>afb-audiohighlevel</name> <c-extensions>c</c-extensions> <cpp-extensions>cpp,cxx</cpp-extensions> - <header-extensions>h</header-extensions> + <header-extensions>h,hpp</header-extensions> <sourceEncoding>UTF-8</sourceEncoding> <make-dep-projects/> <sourceRootList> |