wscript_build: make sure we link extra-python versions of libraries
[samba.git] / lib / talloc / wscript
index 083434180bdd4435a2a3439eb45a42dd1bbd64a2..1b3167228fe72f0317f6ea89347e3686d638fe24 100644 (file)
@@ -165,7 +165,7 @@ def build(bld):
 
             bld.SAMBA_PYTHON('test_pytalloc',
                             'test_pytalloc.c',
-                            deps='pytalloc',
+                            deps=name,
                             enabled=bld.PYTHON_BUILD_IS_ENABLED(),
                             realname='_test_pytalloc.so',
                             install=False)