summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2012-02-20 10:27:45 +0100
committerAndrew Tridgell <tridge@samba.org>2012-02-23 01:43:04 +0100
commit0c733221cf122d1bf304d74904b1329b2a6b7fb5 (patch)
tree671c248da2b01073512519c718fd9b41bd422daa /source3
parented405df823b9238baf49e3f9b84146eef6ce64ec (diff)
downloadsamba-0c733221cf122d1bf304d74904b1329b2a6b7fb5.tar.gz
samba-0c733221cf122d1bf304d74904b1329b2a6b7fb5.tar.bz2
samba-0c733221cf122d1bf304d74904b1329b2a6b7fb5.zip
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 <tridge@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 23 01:43:04 CET 2012 on sn-devel-104
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/wscript_build4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 67b686bbef..b24090e07d 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