diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 17:11:20 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 19:03:27 +1100 |
commit | 1748d10e47c1000c56594a103c35b7962b5a5da2 (patch) | |
tree | eb1d31dcf88189c8ce3bda3075244fa76acb7447 /source4/scripting | |
parent | 51dc322f6314cd94eb2bfc72d2c83fb8a55a1134 (diff) | |
download | samba-1748d10e47c1000c56594a103c35b7962b5a5da2.tar.gz samba-1748d10e47c1000c56594a103c35b7962b5a5da2.tar.xz samba-1748d10e47c1000c56594a103c35b7962b5a5da2.zip |
s4-python: python_samba needs pyext
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build index 70ec90b849f..13615abc0b1 100644 --- a/source4/scripting/python/wscript_build +++ b/source4/scripting/python/wscript_build @@ -4,7 +4,8 @@ bld.SAMBA_LIBRARY('samba_python', source=[], deps='LIBPYTHON PYTALLOC pyrpc_util', grouping_library=True, - private_library=True) + private_library=True, + pyext=True) bld.SAMBA_SUBSYSTEM('LIBPYTHON', source='modules.c', |