diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-08-15 16:20:35 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-08-15 09:54:02 +0200 |
commit | 043c5219328cfdac0c227fb7ee70dc185277f186 (patch) | |
tree | 38356a44caafb45aac2df8ac9acaa241cec7474a | |
parent | 3df9e62c97f3d90cd3f3ab72738bb6f6f7521590 (diff) | |
download | samba-043c5219328cfdac0c227fb7ee70dc185277f186.tar.gz samba-043c5219328cfdac0c227fb7ee70dc185277f186.tar.bz2 samba-043c5219328cfdac0c227fb7ee70dc185277f186.zip |
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 <abartlet@samba.org>
Autobuild-Date: Mon Aug 15 09:54:02 CEST 2011 on sn-devel-104
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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', |