From c9e5d3b53e55b6bf6a3328f47888a23b03b3b044 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 14 Jul 2005 02:37:01 +0000 Subject: 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) --- source4/lib/tdb/config.mk | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source4/lib/tdb') 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 @@ -25,16 +25,6 @@ REQUIRED_SUBSYSTEMS = \ # End LIBRARY LIBLDB ################################################ -################################################ -# 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] -- cgit