diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-23 11:13:17 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:27 +0100 |
commit | 7b9716d20d7fa595d9f26ca1de9b3614ef42b45a (patch) | |
tree | 1563b6ddb5e1f1640d967bf69eb1fbe540c80e5d /source3 | |
parent | 3ee8b7ac5402c455ace9432e6bd0b685218d3cd6 (diff) | |
download | samba-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-x | source3/wscript_build | 1 |
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', |