From e885a8f47735381839fc324236ed361897a968e4 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 11 Sep 2007 22:45:15 +0000 Subject: r25105: No need to register ldb_map as a module. (This used to be commit 6c66e09c9e400ea66fc6d941e192b28d0170a01f) --- source4/lib/ldb/config.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/lib/ldb/config.mk') 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 \ -- cgit