mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
69b51f702a
for REQUIRED_SUBSYSTEMS. (This used to be commit adc8a019b6da256f104abed1b82bfde6998a2ac9)
20 lines
475 B
Makefile
20 lines
475 B
Makefile
# Directory Service subsystem
|
|
|
|
include samdb/ldb_modules/config.mk
|
|
|
|
################################################
|
|
# Start SUBSYSTEM SAMDB
|
|
[SUBSYSTEM::SAMDB]
|
|
PUBLIC_PROTO_HEADER = samdb/samdb_proto.h
|
|
PUBLIC_HEADERS = samdb/samdb.h
|
|
PUBLIC_DEPENDENCIES = DB_WRAP LIBCLI_LDAP
|
|
OBJ_FILES = \
|
|
samdb/samdb.o \
|
|
samdb/samdb_privilege.o \
|
|
samdb/cracknames.o \
|
|
common/sidmap.o \
|
|
common/flag_mapping.o
|
|
#
|
|
# End SUBSYSTEM SAMDB
|
|
################################################
|