mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
9220144604
(This used to be commit f0afe9e2ff16515df1b3226b479b19ea3e9c3d0c)
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
|
|
################################################
|