mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
eccb2d16df
which prepares the replicated objects, the repl_meta_data ldb module
will then add the uSNCreated, uSNChanged and some other things and will apply
the objects to the partition specific ldb
metze
(This used to be commit 48d568a75b
)
25 lines
646 B
Makefile
25 lines
646 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 \
|
|
repl/replicated_objects.o
|
|
#
|
|
# End SUBSYSTEM SAMDB
|
|
################################################
|