s3:wscript_build - fix TDB dependency for source3/lib/util.c
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 20 Feb 2012 09:27:45 +0000 (10:27 +0100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 23 Feb 2012 00:43:04 +0000 (01:43 +0100)
https://bugzilla.samba.org/show_bug.cgi?id=8708

Signed-off-by: Andrew Tridgell <tridge@samba.org>
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Thu Feb 23 01:43:04 CET 2012 on sn-devel-104

source3/wscript_build

index 67b686bbeff00d7766c669c92890939978f7c4a8..b24090e07db576601f713c1d613cefc7e589f212 100755 (executable)
@@ -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