summaryrefslogtreecommitdiff
path: root/source4/dsdb/config.mk
blob: 333d66a7778c936e8670f496c3ff52f6b86769c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Directory Service subsystem

################################################
# Start SUBSYSTEM SAMDB
[SUBSYSTEM::SAMDB]
INIT_OBJ_FILES = \
		dsdb/samdb/samdb.o
ADD_OBJ_FILES = \
		dsdb/samdb/samdb_privilege.o \
		dsdb/common/flag_mapping.o
REQUIRED_SUBSYSTEMS = \
		DCERPC_COMMON \
		LIBLDB
#
# End SUBSYSTEM SAMDB
################################################