summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting')
-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',