From 4a6389350fbfb5dd6298ea8e4eb9735523bb43b6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 21 Dec 2012 09:46:16 +0100 Subject: 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. --- Makefile.plugins | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.plugins') 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 \ -- cgit v1.2.1