summaryrefslogtreecommitdiff
path: root/Makefile.plugins
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-03-24 11:15:43 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-04-01 14:57:37 +0300
commit25bce13507dfe9a1df2c10c4efd74190bba0eda5 (patch)
tree8bc63d2ee6eeb7d61e28105e9e44f16735c2221f /Makefile.plugins
parentcc235a8d528b36cad2cf9fe6517d54711613331a (diff)
downloadbluez-25bce13507dfe9a1df2c10c4efd74190bba0eda5.tar.gz
build: Make old GATT plugins deprecated
This disables building plugins that are no longer supported by the core since the transition to gatt-db. In the future these plugins will have to be ported to use gatt-db or be removed if the profile can be implemented using the GATT D-Bus APIs.
Diffstat (limited to 'Makefile.plugins')
-rw-r--r--Makefile.plugins2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.plugins b/Makefile.plugins
index f85b64293..8a3605c8c 100644
--- a/Makefile.plugins
+++ b/Makefile.plugins
@@ -87,7 +87,7 @@ builtin_sources += profiles/scanparam/scan.c
builtin_modules += deviceinfo
builtin_sources += profiles/deviceinfo/deviceinfo.c
-if EXPERIMENTAL
+if DEPRECATED
builtin_modules += alert
builtin_sources += profiles/alert/server.c