summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-06-03 11:57:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:08:51 -0500
commitb31c685ec293ef65bc33a474fc5a1d83545d4749 (patch)
treecd3b78c404244ff50b080d4eb7f880227f2f21ec /source4/lib/ldb/config.mk
parentdc4ccc6f6575bc98f17eccebd7e058eedaff02aa (diff)
downloadsamba-b31c685ec293ef65bc33a474fc5a1d83545d4749.tar.gz
samba-b31c685ec293ef65bc33a474fc5a1d83545d4749.tar.bz2
samba-b31c685ec293ef65bc33a474fc5a1d83545d4749.zip
r16028: Re-add the objectclass module, in the new async scheme.
Add a test to show that we need this, and to prove it works (for add at least). Andrew Bartlett (This used to be commit f72079029abb594677bf8c2b63e40c07e910004f)
Diffstat (limited to 'source4/lib/ldb/config.mk')
-rw-r--r--source4/lib/ldb/config.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk
index 68dbdd10f0..85a6cb6c67 100644
--- a/source4/lib/ldb/config.mk
+++ b/source4/lib/ldb/config.mk
@@ -38,15 +38,15 @@ OBJ_FILES = \
# End MODULE ldb_operational
################################################
-# ################################################
-# # Start MODULE ldb_objectclass
-# [MODULE::ldb_objectclass]
-# INIT_FUNCTION = ldb_objectclass_init
-# SUBSYSTEM = ldb
-# OBJ_FILES = \
-# modules/objectclass.o
-# # End MODULE ldb_objectclass
-# ################################################
+################################################
+# Start MODULE ldb_objectclass
+[MODULE::ldb_objectclass]
+INIT_FUNCTION = ldb_objectclass_init
+SUBSYSTEM = ldb
+OBJ_FILES = \
+ modules/objectclass.o
+# End MODULE ldb_objectclass
+################################################
################################################
# Start MODULE ldb_rdn_name