1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r25105: No need to register ldb_map as a module.

(This used to be commit 6c66e09c9e)
This commit is contained in:
Jelmer Vernooij 2007-09-11 22:45:15 +00:00 committed by Gerald (Jerry) Carter
parent 7d1698d4bb
commit e885a8f477

View File

@ -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 \