diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-14 02:37:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:23:03 -0500 |
commit | c9e5d3b53e55b6bf6a3328f47888a23b03b3b044 (patch) | |
tree | b2e3dd7b28ea684c01ac5ed113bd6e88ca6fed4d /source4/lib/tdb | |
parent | 2dabfc1cde31932b8dfdaef2f4aacd56864c9fc3 (diff) | |
download | samba-c9e5d3b53e55b6bf6a3328f47888a23b03b3b044.tar.gz samba-c9e5d3b53e55b6bf6a3328f47888a23b03b3b044.tar.bz2 samba-c9e5d3b53e55b6bf6a3328f47888a23b03b3b044.zip |
r8442: remove tdbtest from our build. If you want it, then do
'make bin/tdbtest' manually in the tdb tree
(This used to be commit 28dd79587df523c5622d09bd6d59305ae79af479)
Diffstat (limited to 'source4/lib/tdb')
-rw-r--r-- | source4/lib/tdb/config.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source4/lib/tdb/config.mk b/source4/lib/tdb/config.mk index 2b2a595fca..221c5284f7 100644 --- a/source4/lib/tdb/config.mk +++ b/source4/lib/tdb/config.mk @@ -26,16 +26,6 @@ REQUIRED_SUBSYSTEMS = \ ################################################ ################################################ -# Start BINARY tdbtest -[BINARY::tdbtest] -OBJ_FILES= \ - lib/tdb/tools/tdbtest.o -REQUIRED_SUBSYSTEMS = \ - LIBTDB EXT_LIB_GDBM -# End BINARY tdbtest -################################################ - -################################################ # Start BINARY tdbtool [BINARY::tdbtool] ENABLE = NO |