mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
9220144604
(This used to be commit f0afe9e2ff
)
20 lines
485 B
Makefile
20 lines
485 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 = ldb LIBCLI_LDAP HEIMDAL_KRB5
|
|
OBJ_FILES = \
|
|
samdb/samdb.o \
|
|
samdb/samdb_privilege.o \
|
|
samdb/cracknames.o \
|
|
common/sidmap.o \
|
|
common/flag_mapping.o
|
|
#
|
|
# End SUBSYSTEM SAMDB
|
|
################################################
|