summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-21 17:11:20 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-21 19:03:27 +1100
commit1748d10e47c1000c56594a103c35b7962b5a5da2 (patch)
treeeb1d31dcf88189c8ce3bda3075244fa76acb7447 /source4
parent51dc322f6314cd94eb2bfc72d2c83fb8a55a1134 (diff)
downloadsamba-1748d10e47c1000c56594a103c35b7962b5a5da2.tar.gz
samba-1748d10e47c1000c56594a103c35b7962b5a5da2.tar.bz2
samba-1748d10e47c1000c56594a103c35b7962b5a5da2.zip
s4-python: python_samba needs pyext
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/python/wscript_build3
1 files changed, 2 insertions, 1 deletions
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',