s4:dsdb Add 'lazy_commit' module to swallow the 'lazy commit' OID
[ira/wip.git] / source4 / dsdb / samdb / ldb_modules / config.mk
index a49b238591d608d616dc95081a50ac8bfdf41638..456ff5756c6e00e6f78c31aee747203a7f5db9bb 100644 (file)
@@ -369,3 +369,15 @@ INIT_FUNCTION = LDB_MODULE(acl)
 ################################################
 
 ldb_acl_OBJ_FILES = $(dsdbsrcdir)/samdb/ldb_modules/acl.o
+
+################################################
+# Start MODULE ldb_lazy_commit
+[MODULE::ldb_lazy_commit]
+PRIVATE_DEPENDENCIES = SAMDB
+SUBSYSTEM = LIBLDB
+INIT_FUNCTION = LDB_MODULE(lazy_commit)
+
+# End MODULE ldb_lazy_commit
+################################################
+
+ldb_lazy_commit_OBJ_FILES = $(dsdbsrcdir)/samdb/ldb_modules/lazy_commit.o