summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-08-07 16:20:05 +1000
committerMichael Adam <obnox@samba.org>2008-08-13 11:54:08 +0200
commitf91a3e0f7b7737c1d0667cd961ea950e2b93e592 (patch)
tree641a6618ecc100f85996d53cf07e6806bd7e39a3 /source/Makefile.in
parent126f4ac8e85458ee4693b89a184b99420f1b6bee (diff)
downloadsamba-f91a3e0f7b7737c1d0667cd961ea950e2b93e592.tar.gz
samba-f91a3e0f7b7737c1d0667cd961ea950e2b93e592.tar.xz
samba-f91a3e0f7b7737c1d0667cd961ea950e2b93e592.zip
first cut at adding full transactions for ctdb to samba3
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 6fe234da700..aac58d38a8f 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -230,7 +230,7 @@ MODULES = $(VFS_MODULES) $(PDB_MODULES) $(RPC_MODULES) $(IDMAP_MODULES) \
TDB_OBJ = lib/util_tdb.o \
lib/dbwrap.o lib/dbwrap_tdb.o \
- lib/dbwrap_tdb2.o lib/dbwrap_ctdb.o \
+ lib/dbwrap_ctdb.o \
lib/dbwrap_rbt.o @LIBTDB_STATIC@
SMBLDAP_OBJ = @SMBLDAP@ @SMBLDAPUTIL@