mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
625a2673c1
fix the provision.ldif the layout of the @MODULES dn has changed since last commit (This used to be commit acb99e63d40e71fa843c1b7a1719a350a353ed28)
27 lines
620 B
Makefile
27 lines
620 B
Makefile
# Directory Service subsystem
|
|
|
|
################################################
|
|
# Start MODULE libldb_samldb
|
|
[MODULE::libldb_samldb]
|
|
SUBSYSTEM = LIBLDB
|
|
INIT_OBJ_FILES = \
|
|
dsdb/samdb/ldb_modules/samldb.o
|
|
#
|
|
# End MODULE libldb_samldb
|
|
################################################
|
|
|
|
################################################
|
|
# Start SUBSYSTEM SAMDB
|
|
[SUBSYSTEM::SAMDB]
|
|
INIT_OBJ_FILES = \
|
|
dsdb/samdb/samdb.o
|
|
ADD_OBJ_FILES = \
|
|
dsdb/samdb/samdb_privilege.o \
|
|
dsdb/common/flag_mapping.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
DCERPC_COMMON \
|
|
LIBLDB
|
|
#
|
|
# End SUBSYSTEM SAMDB
|
|
################################################
|