summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-08-07 03:33:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:01:31 -0500
commit10c1480d166ec8ab3c15a4c3c4597506029980be (patch)
treed5730cb4d1cb38e663eb9955f7c2a3df87677960 /source4/lib/ldb/config.mk
parent1594b27db84bc4b3f34706b8f5dd96eefb989f50 (diff)
downloadsamba-10c1480d166ec8ab3c15a4c3c4597506029980be.tar.gz
samba-10c1480d166ec8ab3c15a4c3c4597506029980be.tar.bz2
samba-10c1480d166ec8ab3c15a4c3c4597506029980be.zip
r24259: Rework the objectclass module to use the new schema, rather than the
ldb_subclass list. Next step will be to have this module also set the objectCategory and default ntSecurityDescriptor Andrew Bartlett (This used to be commit 0f7135a4685a1117a54c2f019df6c6de22b8dd32)
Diffstat (limited to 'source4/lib/ldb/config.mk')
-rw-r--r--source4/lib/ldb/config.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk
index 3429515025..e47bf8ea39 100644
--- a/source4/lib/ldb/config.mk
+++ b/source4/lib/ldb/config.mk
@@ -59,18 +59,6 @@ OBJ_FILES = \
################################################
################################################
-# Start MODULE ldb_objectclass
-[MODULE::ldb_objectclass]
-INIT_FUNCTION = ldb_objectclass_init
-CFLAGS = -Ilib/ldb/include
-PRIVATE_DEPENDENCIES = LIBTALLOC
-SUBSYSTEM = LIBLDB
-OBJ_FILES = \
- modules/objectclass.o
-# End MODULE ldb_objectclass
-################################################
-
-################################################
# Start MODULE ldb_rdn_name
[MODULE::ldb_rdn_name]
SUBSYSTEM = LIBLDB