From: Matthias Dieter Wallnöfer Date: Mon, 20 Feb 2012 09:27:45 +0000 (+0100) Subject: s3:wscript_build - fix TDB dependency for source3/lib/util.c X-Git-Tag: samba-4.0.0alpha18~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c733221cf122d1bf304d74904b1329b2a6b7fb5;p=thirdparty%2Fsamba.git s3:wscript_build - fix TDB dependency for source3/lib/util.c https://bugzilla.samba.org/show_bug.cgi?id=8708 Signed-off-by: Andrew Tridgell Autobuild-User: Andrew Tridgell Autobuild-Date: Thu Feb 23 01:43:04 CET 2012 on sn-devel-104 --- diff --git a/source3/wscript_build b/source3/wscript_build index 67b686bbeff..b24090e07db 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -811,7 +811,7 @@ bld.SAMBA3_SUBSYSTEM('KRBCLIENT', bld.SAMBA3_SUBSYSTEM('samba3util', source=LIB_UTIL_SRC, - deps='ndr security NDR_SECURITY samba-util', + deps='ndr security NDR_SECURITY samba-util UTIL_TDB', vars=locals()) bld.SAMBA3_SUBSYSTEM('samba3core', @@ -821,8 +821,6 @@ bld.SAMBA3_SUBSYSTEM('samba3core', LIBTSOCKET NDR_MESSAGING LIBASYNC_REQ - tdb-wrap3 - UTIL_TDB UTIL_PW SAMBA_VERSION PTHREADPOOL