diff options
author | Günther Deschner <gd@samba.org> | 2010-12-14 22:54:01 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-12-15 00:50:07 +0100 |
commit | 4bcedda7d8c446bb3864312881aa63b892b55b7e (patch) | |
tree | 62ccca5ef7324cd955a68138ee460f873f48761c /source3 | |
parent | 4f4f7694c1a8d973b808f7a6b68fbc04147fcfab (diff) | |
download | samba-4bcedda7d8c446bb3864312881aa63b892b55b7e.tar.gz samba-4bcedda7d8c446bb3864312881aa63b892b55b7e.tar.bz2 samba-4bcedda7d8c446bb3864312881aa63b892b55b7e.zip |
s3-waf: libwbclient does not depend on talloc anymore.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Dec 15 00:50:08 CET 2010 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 3c8d2cdeab..482cb023ef 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, |