From 783264e97c5230063abc601bc7f90c752141a9d6 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 30 Nov 2010 21:50:56 +0100 Subject: s3-waf: fix LIBNBT deps. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Tue Nov 30 22:39:05 CET 2010 on sn-devel-104 --- source3/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/wscript_build b/source3/wscript_build index 7e8af30f7d..18ecf3c9a5 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -925,7 +925,7 @@ bld.SAMBA_SUBSYSTEM('LIBSMB', bld.SAMBA_SUBSYSTEM('LIBDRSUAPI', source=DRSUAPI_SRC, - deps='z LZXPRESS NDR_SVCCTL NDR_NBT NDR_DRSUAPI NDR_DRSBLOBS', + deps='z LZXPRESS NDR_DRSUAPI NDR_DRSBLOBS', vars=locals()) bld.SAMBA_SUBSYSTEM('CLDAP', @@ -1040,7 +1040,7 @@ bld.SAMBA_SUBSYSTEM('LIBNMB', bld.SAMBA_SUBSYSTEM('LIBNBT', source=LIBNBT_SRC, - deps='NDR_NBT_BUF LIBCLI_NDR_NETLOGON', + deps='NDR_SVCCTL NDR_NBT NDR_NBT_BUF LIBCLI_NDR_NETLOGON', vars=locals()) bld.SAMBA_SUBSYSTEM('SERVICES', -- cgit