From: Michael Adam Date: Thu, 14 Feb 2008 13:21:49 +0000 (+0100) Subject: Clean up LIBTDB-related Makefile variables a bit X-Git-Tag: samba-3.2.0pre2~37^2~173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0755785d80f22fe7d8d5be682f4c7bd88c987c3c;p=thirdparty%2Fsamba.git Clean up LIBTDB-related Makefile variables a bit (removing commented out stuff). Michael --- diff --git a/source/Makefile.in b/source/Makefile.in index 0e2e22ca86a..eda800c597a 100644 --- a/source/Makefile.in +++ b/source/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 \