r10405: added transactions into tdb, and hook them into ldb. See my
[ira/wip.git] / source / lib / ldb / Makefile.in
index b40933bc0d99d7b58648cdca01375a26f9155487..2ffe6d25b897b65f75066881276147d6b114f8d7 100644 (file)
@@ -44,7 +44,8 @@ LIB_FLAGS=-Llib -lldb $(LDAP_LIBS) $(SQLITE3_LIBS) $(GCOV_LIBS) @LIBS@
 TDB_OBJ=$(TDBDIR)/common/tdb.o $(TDBDIR)/common/dump.o \
        $(TDBDIR)/common/io.o $(TDBDIR)/common/lock.o \
        $(TDBDIR)/common/open.o $(TDBDIR)/common/traverse.o \
-       $(TDBDIR)/common/freelist.o $(TDBDIR)/common/error.o 
+       $(TDBDIR)/common/freelist.o $(TDBDIR)/common/error.o \
+       $(TDBDIR)/common/transaction.o 
 TALLOC_OBJ=$(TALLOCDIR)/talloc.o
 
 LDB_TDB_OBJ=ldb_tdb/ldb_tdb.o \