summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-11 22:45:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:06:38 -0500
commite885a8f47735381839fc324236ed361897a968e4 (patch)
tree8d9d881efa9fd4d39f104aee0f80f3af42ae5978 /source4
parent7d1698d4bb0bfd7cb4a7a4e3357a723a519ad405 (diff)
downloadsamba-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)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/config.mk3
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 \