diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-03 12:22:21 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-03 01:34:04 +0000 |
commit | c1cc1568b86660cd890428172616a38abfa695f5 (patch) | |
tree | faf3c158e3d28573c509c7389dfee371cc43c573 /source4/lib/ldb/wscript | |
parent | f0a472a2d678dd0374181f1a6ac0a3d35503636e (diff) | |
download | samba-c1cc1568b86660cd890428172616a38abfa695f5.tar.gz samba-c1cc1568b86660cd890428172616a38abfa695f5.tar.bz2 samba-c1cc1568b86660cd890428172616a38abfa695f5.zip |
s4-ldb: make ldbtest depend on ldb
Diffstat (limited to 'source4/lib/ldb/wscript')
-rw-r--r-- | source4/lib/ldb/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index 8f431cbfdc..28373b5459 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -219,7 +219,7 @@ def build(bld): manpages='man/%s.1' % t) # ldbtest doesn't get installed - bld.SAMBA_BINARY('ldbtest', 'tools/ldbtest.c', deps='ldb-cmdline', + bld.SAMBA_BINARY('ldbtest', 'tools/ldbtest.c', deps='ldb-cmdline ldb', install=False) |