summaryrefslogtreecommitdiff
path: root/Makefile.plugins
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-21 09:46:16 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-21 09:48:17 +0100
commit4a6389350fbfb5dd6298ea8e4eb9735523bb43b6 (patch)
treee14fa07100dbc03903ef3d233dfd641f05e26d97 /Makefile.plugins
parent2f2a5066ad735f99952ef5aa111dc8ebaf141527 (diff)
downloadbluez-4a6389350fbfb5dd6298ea8e4eb9735523bb43b6.tar.gz
build: Mark Health plugin as experimental for now
The API of the Health plugin and the code itself needs another review phase in the light for BlueZ 5.x. For now mark this plugin as experimental.
Diffstat (limited to 'Makefile.plugins')
-rw-r--r--Makefile.plugins2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.plugins b/Makefile.plugins
index 4b1231320..c4670d88e 100644
--- a/Makefile.plugins
+++ b/Makefile.plugins
@@ -59,6 +59,7 @@ builtin_modules += hog
builtin_sources += profiles/input/hog.c profiles/input/uhid_copy.h \
profiles/input/suspend.h profiles/input/suspend-dummy.c
+if EXPERIMENTAL
builtin_modules += health
builtin_sources += profiles/health/mcap_lib.h profiles/health/mcap_internal.h \
profiles/health/mcap.h profiles/health/mcap.c \
@@ -68,6 +69,7 @@ builtin_sources += profiles/health/mcap_lib.h profiles/health/mcap_internal.h \
profiles/health/hdp_manager.c \
profiles/health/hdp.h profiles/health/hdp.c \
profiles/health/hdp_util.h profiles/health/hdp_util.c
+endif
builtin_modules += gatt
builtin_sources += profiles/gatt/main.c profiles/gatt/manager.h \