Clean up LIBTDB-related Makefile variables a bit
authorMichael Adam <obnox@samba.org>
Thu, 14 Feb 2008 13:21:49 +0000 (14:21 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 14 Feb 2008 15:32:29 +0000 (16:32 +0100)
(removing commented out stuff).

Michael

source/Makefile.in

index 0e2e22ca86ac81cb2af6797e289c16ee81104bb4..eda800c597a06bfa4aec3737f669b6c020b9507a 100644 (file)
@@ -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 \