mirror of
https://github.com/samba-team/samba.git
synced 2025-02-10 13:57:47 +03:00
19 lines
417 B
Makefile
19 lines
417 B
Makefile
# Directory Service subsystem
|
|
|
|
include samdb/ldb_modules/config.mk
|
|
|
|
################################################
|
|
# Start SUBSYSTEM SAMDB
|
|
[SUBSYSTEM::SAMDB]
|
|
PRIVATE_PROTO_HEADER = samdb/samdb.h
|
|
OBJ_FILES = \
|
|
samdb/samdb.o \
|
|
samdb/samdb_privilege.o \
|
|
samdb/cracknames.o \
|
|
common/flag_mapping.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
DCERPC_COMMON
|
|
#
|
|
# End SUBSYSTEM SAMDB
|
|
################################################
|