From 1d76b2ee1f098f144c006e83e9de04f91b1ec9b3 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 11 Nov 2016 16:25:39 +0200 Subject: 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. --- Makefile.plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.plugins') 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 \ -- cgit v1.2.1