1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Clean up LIBTDB-related Makefile variables a bit

(removing commented out stuff).

Michael
(This used to be commit 0755785d80)
This commit is contained in:
Michael Adam 2008-02-14 14:21:49 +01:00
parent ad5794ad5c
commit b2b0a42fb8

View 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 \