wafsamba: Pass down the install argument for samba modules
authorAndreas Schneider <asn@samba.org>
Thu, 11 May 2017 09:29:50 +0000 (11:29 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 6 Jun 2017 16:36:06 +0000 (18:36 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
buildtools/wafsamba/wafsamba.py

index 137cb0e4330ab86a5631630ee40374ac116bc1ee..1bdabf606406641ed4741e344f64b9d1628f0874 100644 (file)
@@ -465,7 +465,8 @@ def SAMBA_MODULE(bld, modname, source,
                  pyembed=False,
                  manpages=None,
                  allow_undefined_symbols=False,
-                 allow_warnings=False
+                 allow_warnings=False,
+                 install=True
                  ):
     '''define a Samba module.'''
 
@@ -535,7 +536,8 @@ def SAMBA_MODULE(bld, modname, source,
                       pyembed=pyembed,
                       manpages=manpages,
                       allow_undefined_symbols=allow_undefined_symbols,
-                      allow_warnings=allow_warnings
+                      allow_warnings=allow_warnings,
+                      install=install
                       )