waf: Don't link python modules against libpython2.x, consistent with other Python...
[samba.git] / source4 / scripting / python / wscript_build
index 540f3b7bb7e7f4282f8879233beb241c67fb1d94..8879f759bad789e9647437722c2a64146259595c 100644 (file)
@@ -5,7 +5,7 @@ bld.SAMBA_LIBRARY('samba_python',
        deps='LIBPYTHON pytalloc-util pyrpc_util',
        grouping_library=True,
        private_library=True,
-       pyext=True)
+       pyembed=True)
 
 bld.SAMBA_SUBSYSTEM('LIBPYTHON',
        source='modules.c',