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

include samdb/ldb_modules/config.mk

################################################
# Start SUBSYSTEM SAMDB
[SUBSYSTEM::SAMDB]
OBJ_FILES = \
		samdb/samdb.o \
		samdb/samdb_privilege.o \
		samdb/cracknames.o \
		common/flag_mapping.o
REQUIRED_SUBSYSTEMS = \
		DCERPC_COMMON
#
# End SUBSYSTEM SAMDB
################################################