From 3b5b23ea848d82ec0a6d01d4e1cbb62c4c3cbb3b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 23 Oct 2020 08:57:12 +0200 Subject: [PATCH] examples:auth: Do not install example plugin BUG: https://bugzilla.samba.org/show_bug.cgi?id=14550 Signed-off-by: Andreas Schneider Reviewed-by: Alexander Bokovoy Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Fri Oct 23 15:32:08 UTC 2020 on sn-devel-184 --- examples/auth/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/auth/wscript_build b/examples/auth/wscript_build index 91f5302918b..03221238e5f 100644 --- a/examples/auth/wscript_build +++ b/examples/auth/wscript_build @@ -6,4 +6,5 @@ bld.SAMBA3_MODULE('auth_skel', deps='samba-util', init_function='', internal_module=bld.SAMBA3_IS_STATIC_MODULE('auth_skel'), - enabled=bld.SAMBA3_IS_ENABLED_MODULE('auth_skel')) + enabled=bld.SAMBA3_IS_ENABLED_MODULE('auth_skel'), + install=False) -- 2.47.3