From 2a2d67f5adb29ed602e751141ab2c0937bfa1b73 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 14 Jul 2006 05:10:55 +0000 Subject: r17030: Partially fix standalone build of tdb directory (tdbtool still fails). Jeremy. (This used to be commit 50dbb66d73c8c25755e675876dd55000ca8bfd12) --- source3/tdb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/tdb/Makefile') diff --git a/source3/tdb/Makefile b/source3/tdb/Makefile index 92bc33a661..e824a7cfe8 100644 --- a/source3/tdb/Makefile +++ b/source3/tdb/Makefile @@ -7,7 +7,7 @@ CC = gcc ADMINPROGS = tdbdump tdbbackup PROGS = tdbtest tdbtool tdbtorture -TDB_OBJ = tdb.o spinlock.o tdbback.o +TDB_OBJ = tdb.o tdbback.o dump.o error.o freelist.o io.o lock.o open.o traverse.o transaction.o default: $(PROGS) -- cgit