From 1748d10e47c1000c56594a103c35b7962b5a5da2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 21 Oct 2010 17:11:20 +1100 Subject: s4-python: python_samba needs pyext --- source4/scripting/python/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build index 70ec90b849..13615abc0b 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', -- cgit