diff options
author | Andreas Schneider <asn@samba.org> | 2020-10-23 08:57:12 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2020-10-23 15:32:08 +0000 |
commit | 3b5b23ea848d82ec0a6d01d4e1cbb62c4c3cbb3b (patch) | |
tree | a55bbf0ffe41e53a7512d6f2a964bb0fb1079db0 /examples | |
parent | 6e25613a3141000ac1b7e8edb146dfc320972e8b (diff) | |
download | samba-3b5b23ea848d82ec0a6d01d4e1cbb62c4c3cbb3b.tar.gz |
examples:auth: Do not install example plugin
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14550
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Fri Oct 23 15:32:08 UTC 2020 on sn-devel-184
Diffstat (limited to 'examples')
-rw-r--r-- | examples/auth/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
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) |