mirror of
https://github.com/samba-team/samba.git
synced 2025-02-10 13:57:47 +03:00
attributeTypes, objectClasses and dITContentRules this is just a start and doesn't create anything useful yet... metze (This used to be commit 4c8b717092c201c30be4d266bbb45b1142a9d627)
26 lines
678 B
Makefile
26 lines
678 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 = LIBCLI_LDAP HEIMDAL_KRB5
|
|
PRIVATE_DEPENDENCIES = LIBNDR NDR_MISC NDR_DRSUAPI
|
|
LDFLAGS = $(LIBRARY_ldb_OUTPUT)
|
|
OBJ_FILES = \
|
|
samdb/samdb.o \
|
|
samdb/samdb_privilege.o \
|
|
samdb/cracknames.o \
|
|
common/sidmap.o \
|
|
common/flag_mapping.o \
|
|
schema/schema_init.o \
|
|
schema/schema_syntax.o \
|
|
schema/schema_constructed.o \
|
|
repl/replicated_objects.o
|
|
#
|
|
# End SUBSYSTEM SAMDB
|
|
################################################
|