From b2b0a42fb86eabccc2d89646868c7d5b4ea544d8 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 14 Feb 2008 14:21:49 +0100 Subject: Clean up LIBTDB-related Makefile variables a bit (removing commented out stuff). Michael (This used to be commit 0755785d80f22fe7d8d5be682f4c7bd88c987c3c) --- source3/Makefile.in | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 0e2e22ca86..eda800c597 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -238,15 +238,7 @@ MODULES = $(VFS_MODULES) $(PDB_MODULES) $(RPC_MODULES) $(IDMAP_MODULES) \ # object file lists ###################################################################### -#TDBBASE_OBJ = lib/tdb/common/tdb.o lib/tdb/common/dump.o lib/tdb/common/error.o \ -# lib/tdb/common/freelist.o lib/tdb/common/freelistcheck.o \ -# lib/tdb/common/io.o lib/tdb/common/lock.o \ -# lib/tdb/common/open.o lib/tdb/common/transaction.o \ -# lib/tdb/common/traverse.o - -TDBBASE_OBJ = @TDB_OBJS@ - -LIBTDB_OBJ0 = $(TDBBASE_OBJ) +LIBTDB_OBJ0 = @TDB_OBJS@ LIBTDB_OBJ = $(LIBTDB_OBJ0) $(LIBREPLACE_OBJ) TDB_OBJ = @LIBTDB_STATIC@ lib/util_tdb.o \ -- cgit