summaryrefslogtreecommitdiff
path: root/source4/dsdb/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-07-21 08:32:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:29:52 -0500
commit4396d0d1482d4033a469f7a3e3835a6f3b145046 (patch)
tree7bbfae04ff6d9ebac282e7db009fcc2b2e65432a /source4/dsdb/config.mk
parenteb08c1fc8f877bffeaf63acfbc97ae00a4370a15 (diff)
downloadsamba-4396d0d1482d4033a469f7a3e3835a6f3b145046.tar.gz
samba-4396d0d1482d4033a469f7a3e3835a6f3b145046.tar.bz2
samba-4396d0d1482d4033a469f7a3e3835a6f3b145046.zip
r8669: The objectguid module belongs in Samba's ldb module collection, not in
ldb, as it can't build without the NDR and GUID code. Also make it properly use the NDR encoding for the GUID (I forgot last time, and used a string), as well as set the dependencies on the module correctly. Andrew Bartlett (This used to be commit 8054abc76e5e3588cebc7fc01062a1223b7f140b)
Diffstat (limited to 'source4/dsdb/config.mk')
-rw-r--r--source4/dsdb/config.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/dsdb/config.mk b/source4/dsdb/config.mk
index 51a87c8d67..8f66eab39c 100644
--- a/source4/dsdb/config.mk
+++ b/source4/dsdb/config.mk
@@ -1,6 +1,17 @@
# Directory Service subsystem
################################################
+# Start MODULE libldb_objectguid
+[MODULE::libldb_objectguid]
+SUBSYSTEM = LIBLDB
+INIT_OBJ_FILES = \
+ dsdb/samdb/ldb_modules/objectguid.o
+REQUIRED_SUBSYSTEMS = \
+ NDR_RAW NDR_MISC
+# End MODULE libldb_objectguid
+################################################
+
+################################################
# Start MODULE libldb_samldb
[MODULE::libldb_samldb]
SUBSYSTEM = LIBLDB