From: Andrew Tridgell Date: Thu, 21 Oct 2010 06:11:20 +0000 (+1100) Subject: s4-python: python_samba needs pyext X-Git-Url: http://git.samba.org/?p=abartlet%2Fsamba.git%2F.git;a=commitdiff_plain;h=1748d10e47c1000c56594a103c35b7962b5a5da2 s4-python: python_samba needs pyext --- 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',