summaryrefslogtreecommitdiff
path: root/source4/dsdb/config.mk
blob: d7188e43b59aa1d4ef89db67507e97d272a714b6 (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]
PRIVATE_PROTO_HEADER = samdb/samdb.h
REQUIRED_SUBSYSTEMS = DB_WRAP
OBJ_FILES = \
		samdb/samdb.o \
		samdb/samdb_privilege.o \
		samdb/cracknames.o \
		common/flag_mapping.o
#
# End SUBSYSTEM SAMDB
################################################