From 043c5219328cfdac0c227fb7ee70dc185277f186 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 15 Aug 2011 16:20:35 +1000 Subject: build: link pys3param against pytalloc-util not pytalloc pytalloc is the python module, pytalloc-util is the library that we can depend on Andrew Bartlett Autobuild-User: Andrew Bartlett Autobuild-Date: Mon Aug 15 09:54:02 CEST 2011 on sn-devel-104 --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/wscript_build b/source3/wscript_build index b5d3f1efeb..3cc84710f2 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -757,7 +757,7 @@ if bld.env.toplevel_build: bld.SAMBA3_PYTHON('pys3param', source='param/pyparam.c', deps='param', - public_deps='samba-hostconfig pytalloc talloc', + public_deps='samba-hostconfig pytalloc-util talloc', realname='samba/samba3/param.so') bld.SAMBA3_SUBSYSTEM('param_service', -- cgit