mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
71e2cafe96
(This used to be commit 85eeecf997
)
13 lines
338 B
Makefile
13 lines
338 B
Makefile
################################################
|
|
# Start SUBSYSTEM LDBSAMBA
|
|
[SUBSYSTEM::LDBSAMBA]
|
|
PUBLIC_DEPENDENCIES = LIBLDB
|
|
PRIVATE_PROTO_HEADER = ldif_handlers.h
|
|
PRIVATE_DEPENDENCIES = LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_MISC
|
|
OBJ_FILES = \
|
|
ldif_handlers.o
|
|
# End SUBSYSTEM LDBSAMBA
|
|
################################################
|
|
|
|
|