summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-23 11:13:17 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:27 +0100
commit7b9716d20d7fa595d9f26ca1de9b3614ef42b45a (patch)
tree1563b6ddb5e1f1640d967bf69eb1fbe540c80e5d /source3
parent3ee8b7ac5402c455ace9432e6bd0b685218d3cd6 (diff)
downloadsamba-7b9716d20d7fa595d9f26ca1de9b3614ef42b45a.tar.gz
samba-7b9716d20d7fa595d9f26ca1de9b3614ef42b45a.tar.bz2
samba-7b9716d20d7fa595d9f26ca1de9b3614ef42b45a.zip
s3-waf: Link tdb-wrap3 only against needed subsystems.
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/wscript_build1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index f582fba09f..68960f5862 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1094,7 +1094,6 @@ bld.SAMBA3_LIBRARY('trusts_util',
bld.SAMBA3_SUBSYSTEM('tdb-wrap3',
source='lib/util_tdb.c',
- deps='tdb-wrap',
vars=locals())
bld.SAMBA3_LIBRARY('dbwrap',