summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-12-01 00:06:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:16 -0500
commit913222d76a69deaa5f389e94cab2c2adf56a529e (patch)
treeebd0612662f4b6f5fd2e90c39e53902c69bb0ae2 /source3/Makefile.in
parent575845ccbeb2acc5dcb5133b80fd19b1d80169f2 (diff)
downloadsamba-913222d76a69deaa5f389e94cab2c2adf56a529e.tar.gz
samba-913222d76a69deaa5f389e94cab2c2adf56a529e.tar.bz2
samba-913222d76a69deaa5f389e94cab2c2adf56a529e.zip
r19974: Add freelist check for cache. Fix testing of entry
names (all except SEQNUM are *not* null terminated strings). Jeremy. (This used to be commit bcb68260ba4e6a1ae6b681603367008309b9bfde)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 35355becdf..2d80efaa1a 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -188,7 +188,7 @@ MODULES = $(VFS_MODULES) $(PDB_MODULES) $(RPC_MODULES) $(IDMAP_MODULES) $(CHARSE
######################################################################
TDBBASE_OBJ = tdb/common/tdb.o tdb/common/dump.o tdb/common/error.o \
- tdb/common/freelist.o tdb/common/io.o tdb/common/lock.o \
+ tdb/common/freelist.o tdb/common/freelistcheck.o tdb/common/io.o tdb/common/lock.o \
tdb/common/open.o tdb/common/transaction.o tdb/common/traverse.o
TDB_OBJ = $(TDBBASE_OBJ) lib/util_tdb.o tdb/common/tdbback.o