diff options
author | Michael Adam <obnox@samba.org> | 2008-02-14 14:21:49 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-14 16:32:29 +0100 |
commit | b2b0a42fb86eabccc2d89646868c7d5b4ea544d8 (patch) | |
tree | 18f0205c4f78c8a1874729e686372661b73b3b50 | |
parent | ad5794ad5ce3554140a39eeb395a6b1d064c3852 (diff) | |
download | samba-b2b0a42fb86eabccc2d89646868c7d5b4ea544d8.tar.gz samba-b2b0a42fb86eabccc2d89646868c7d5b4ea544d8.tar.bz2 samba-b2b0a42fb86eabccc2d89646868c7d5b4ea544d8.zip |
Clean up LIBTDB-related Makefile variables a bit
(removing commented out stuff).
Michael
(This used to be commit 0755785d80f22fe7d8d5be682f4c7bd88c987c3c)
-rw-r--r-- | source3/Makefile.in | 10 |
1 files changed, 1 insertions, 9 deletions
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 \ |