diff options
author | Matthieu Patou <mat@matws.net> | 2010-12-14 15:38:03 +0300 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2010-12-14 14:45:15 +0100 |
commit | a55f5e7080587ae7cc3b2e64ef2fbd467cc24842 (patch) | |
tree | 11d91b28b54b2b7584f3469fe1ea871a01c419c9 /buildtools/wafsamba | |
parent | 8c90287198afa59b4d96ebaa7985d38753c14caf (diff) | |
download | samba-a55f5e7080587ae7cc3b2e64ef2fbd467cc24842.tar.gz samba-a55f5e7080587ae7cc3b2e64ef2fbd467cc24842.tar.bz2 samba-a55f5e7080587ae7cc3b2e64ef2fbd467cc24842.zip |
wafsamba: change the default value for SAMBA_MODULE of pyembed to False
ALL SAMBA_MODULE didn't need this, new modules that could need will just
have to opt this in
Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Tue Dec 14 14:45:15 CET 2010 on sn-devel-104
Diffstat (limited to 'buildtools/wafsamba')
-rw-r--r-- | buildtools/wafsamba/wafsamba.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py index 3cb97c0723..7758affc49 100644 --- a/buildtools/wafsamba/wafsamba.py +++ b/buildtools/wafsamba/wafsamba.py @@ -361,7 +361,7 @@ def SAMBA_MODULE(bld, modname, source, local_include=True, vars=None, enabled=True, - pyembed=True, + pyembed=False, ): '''define a Samba module.''' |