diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-07-21 08:32:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:29:52 -0500 |
commit | 4396d0d1482d4033a469f7a3e3835a6f3b145046 (patch) | |
tree | 7bbfae04ff6d9ebac282e7db009fcc2b2e65432a /source4/lib/ldb/config.mk | |
parent | eb08c1fc8f877bffeaf63acfbc97ae00a4370a15 (diff) | |
download | samba-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/lib/ldb/config.mk')
-rw-r--r-- | source4/lib/ldb/config.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk index fe339f9e17..87e15f1375 100644 --- a/source4/lib/ldb/config.mk +++ b/source4/lib/ldb/config.mk @@ -8,15 +8,6 @@ INIT_OBJ_FILES = \ ################################################ ################################################ -# Start MODULE libldb_objectguid -[MODULE::libldb_objectguid] -SUBSYSTEM = LIBLDB -INIT_OBJ_FILES = \ - lib/ldb/modules/objectguid.o -# End MODULE libldb_objectguid -################################################ - -################################################ # Start MODULE libldb_rdn_name [MODULE::libldb_rdn_name] SUBSYSTEM = LIBLDB |