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

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