s4-python: python_samba needs pyext
authorAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 06:11:20 +0000 (17:11 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 08:03:27 +0000 (19:03 +1100)
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',