1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r4097: add missing file from last commit

sorry!:-)

metze
This commit is contained in:
Stefan Metzmacher 2004-12-08 10:13:45 +00:00 committed by Gerald (Jerry) Carter
parent 893a8b8bca
commit c2495d60a1

15
source/dsdb/config.mk Normal file
View File

@ -0,0 +1,15 @@
# Directory Service subsystem
################################################
# Start SUBSYSTEM SAMDB
[SUBSYSTEM::SAMDB]
INIT_OBJ_FILES = \
dsdb/samdb/samdb.o
ADD_OBJ_FILES = \
dsdb/common/flag_mapping.o
REQUIRED_SUBSYSTEMS = \
DCERPC_COMMON \
LIBLDB
#
# End SUBSYSTEM SAMDB
################################################