diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-11 22:45:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:06:38 -0500 |
commit | e885a8f47735381839fc324236ed361897a968e4 (patch) | |
tree | 8d9d881efa9fd4d39f104aee0f80f3af42ae5978 | |
parent | 7d1698d4bb0bfd7cb4a7a4e3357a723a519ad405 (diff) | |
download | samba-e885a8f47735381839fc324236ed361897a968e4.tar.gz samba-e885a8f47735381839fc324236ed361897a968e4.tar.bz2 samba-e885a8f47735381839fc324236ed361897a968e4.zip |
r25105: No need to register ldb_map as a module.
(This used to be commit 6c66e09c9e400ea66fc6d941e192b28d0170a01f)
-rw-r--r-- | source4/lib/ldb/config.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk index 473c7edd80..6ac57d05f2 100644 --- a/source4/lib/ldb/config.mk +++ b/source4/lib/ldb/config.mk @@ -72,10 +72,9 @@ OBJ_FILES = \ ################################################ # Start MODULE ldb_map -[MODULE::ldb_map] +[SUBSYSTEM::ldb_map] PRIVATE_DEPENDENCIES = LIBTALLOC CFLAGS = -Ilib/ldb/include -Ilib/ldb/ldb_map -SUBSYSTEM = LIBLDB OBJ_FILES = \ ldb_map/ldb_map_inbound.o \ ldb_map/ldb_map_outbound.o \ |