summaryrefslogtreecommitdiff
path: root/Makefile.plugins
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-11-11 16:25:39 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-11-17 14:15:42 +0200
commit1d76b2ee1f098f144c006e83e9de04f91b1ec9b3 (patch)
treea46df2b6854ec1c8066c44c308ff6b586017cc1f /Makefile.plugins
parent26e38bbcef1b7ab53290ed3a113a4328700e7e80 (diff)
downloadbluez-1d76b2ee1f098f144c006e83e9de04f91b1ec9b3.tar.gz
build: Add option to enable SAP profile
This adds --enable-sap option dedicated to enabled sap plugin so it is no longer enabled with --enable-experimental leaving it to just enable experimental tools.
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 495cb8810..39eb3a050 100644
--- a/Makefile.plugins
+++ b/Makefile.plugins
@@ -16,7 +16,7 @@ builtin_modules += neard
builtin_sources += plugins/neard.c
endif
-if EXPERIMENTAL
+if SAP
builtin_modules += sap
builtin_sources += profiles/sap/main.c profiles/sap/manager.h \
profiles/sap/manager.c profiles/sap/server.h \