summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-11-24 10:36:28 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-11-24 10:41:45 +1100
commit625856f2cf784f5ba39929567796d3225e1c6c3f (patch)
treed60a42ee825777b318c8bb26e2da185b5c677699 /source4/dsdb/samdb/ldb_modules/config.mk
parent9aeaf31cfe338b0e7f5b7fe243190f38ce09d9ac (diff)
downloadsamba-625856f2cf784f5ba39929567796d3225e1c6c3f.tar.gz
samba-625856f2cf784f5ba39929567796d3225e1c6c3f.tar.bz2
samba-625856f2cf784f5ba39929567796d3225e1c6c3f.zip
s4:provision Move secrets.ldb over to .c file module lists, like sam.ldb
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/config.mk')
-rw-r--r--source4/dsdb/samdb/ldb_modules/config.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/config.mk b/source4/dsdb/samdb/ldb_modules/config.mk
index 1849c69813..3bd38606ea 100644
--- a/source4/dsdb/samdb/ldb_modules/config.mk
+++ b/source4/dsdb/samdb/ldb_modules/config.mk
@@ -20,6 +20,17 @@ INIT_FUNCTION = LDB_MODULE(samba_dsdb)
ldb_samba_dsdb_OBJ_FILES = $(dsdbsrcdir)/samdb/ldb_modules/samba_dsdb.o
################################################
+# Start MODULE ldb_samba_secrets
+[MODULE::ldb_samba_secrets]
+SUBSYSTEM = LIBLDB
+PRIVATE_DEPENDENCIES = SAMDB LIBTALLOC LIBEVENTS LIBNDR
+INIT_FUNCTION = LDB_MODULE(samba_secrets)
+# End MODULE ldb_samba_secrets
+################################################
+
+ldb_samba_secrets_OBJ_FILES = $(dsdbsrcdir)/samdb/ldb_modules/samba_secrets.o
+
+################################################
# Start MODULE ldb_objectguid
[MODULE::ldb_objectguid]
SUBSYSTEM = LIBLDB