summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-12 16:53:17 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-12 16:53:17 +0200
commit7d371c684d6638c1def19b5900cbff14eaef0af3 (patch)
treefc5dcbfcbffca6db6896e752a59c3d4ee2667e01 /source3/Makefile.in
parenta52e729f304c1edbd3842f837f4b2b11222bbc57 (diff)
downloadsamba-7d371c684d6638c1def19b5900cbff14eaef0af3.tar.gz
samba-7d371c684d6638c1def19b5900cbff14eaef0af3.tar.bz2
samba-7d371c684d6638c1def19b5900cbff14eaef0af3.zip
Sync util_tdb implementations.
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 b5328400ba..a72d673b1b 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -227,7 +227,7 @@ MODULES = $(VFS_MODULES) $(PDB_MODULES) $(RPC_MODULES) $(IDMAP_MODULES) \
# object file lists
######################################################################
-TDB_LIB_OBJ = lib/util_tdb.o \
+TDB_LIB_OBJ = lib/util_tdb.o ../lib/util/util_tdb.o \
lib/dbwrap.o lib/dbwrap_tdb.o \
lib/dbwrap_ctdb.o \
lib/dbwrap_rbt.o @LIBTDB_STATIC@