The branch, master has been updated via 4bcedda s3-waf: libwbclient does not depend on talloc anymore. from 4f4f769 s3-waf: add missing libnss_wins.so.2 library.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 4bcedda7d8c446bb3864312881aa63b892b55b7e Author: Günther Deschner <g...@samba.org> Date: Tue Dec 14 22:54:01 2010 +0100 s3-waf: libwbclient does not depend on talloc anymore. Guenther Autobuild-User: Günther Deschner <g...@samba.org> Autobuild-Date: Wed Dec 15 00:50:08 CET 2010 on sn-devel-104 ----------------------------------------------------------------------- Summary of changes: source3/wscript_build | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Changeset truncated at 500 lines: diff --git a/source3/wscript_build b/source3/wscript_build index 3c8d2cd..482cb02 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -748,7 +748,7 @@ bld.SAMBA_LIBRARY('wbclient', ../nsswitch/libwbclient/wbc_util.c''', public_headers='../nsswitch/libwbclient/wbclient.h', private_library=True, - public_deps='talloc WBCOMMON') + public_deps='WBCOMMON') bld.SAMBA_LIBRARY('netapi', source=LIBNETAPI_SRC, -- Samba Shared Repository