diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-02-21 00:27:37 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:33 +1000 |
commit | 2bd0756dc5cef0f364dc569032b45066867ec10e (patch) | |
tree | 6d2f15ae793cf14295539ecb9ff06a812e500047 | |
parent | 8d6eb2a02c3468d568592c23196d91803f5904b4 (diff) | |
download | samba-2bd0756dc5cef0f364dc569032b45066867ec10e.tar.gz samba-2bd0756dc5cef0f364dc569032b45066867ec10e.tar.bz2 samba-2bd0756dc5cef0f364dc569032b45066867ec10e.zip |
build: more binaries for waf tdb build
-rw-r--r-- | lib/tdb/wscript | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/tdb/wscript b/lib/tdb/wscript index 326e3c3035..4115593de6 100644 --- a/lib/tdb/wscript +++ b/lib/tdb/wscript @@ -22,3 +22,15 @@ def build(bld): bld.SAMBA_BINARY('tdbtorture', 'tools/tdbtorture.c', 'tdb') + + bld.SAMBA_BINARY('tdbdump', + 'tools/tdbdump.c', + 'tdb') + + bld.SAMBA_BINARY('tdbbackup', + 'tools/tdbbackup.c', + 'tdb') + + bld.SAMBA_BINARY('tdbtool', + 'tools/tdbtool.c', + 'tdb') |