s4-python: python_samba needs pyext
[abartlet/samba.git/.git] / source4 / scripting / python / wscript_build
index 70ec90b849fb3f71ef6708cc515e6062b21772e2..13615abc0b1570ec68650aaa708208c13c4bb1d3 100644 (file)
@@ -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',