mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
4a4cdc990c
(This used to be commit 917bd737cb07817664d9088860588d47525f5ff8)
13 lines
315 B
Makefile
13 lines
315 B
Makefile
################################################
|
|
# Start SUBSYSTEM LDBSAMBA
|
|
[SUBSYSTEM::LDBSAMBA]
|
|
PUBLIC_DEPENDENCIES = LIBLDB
|
|
PRIVATE_PROTO_HEADER = ldif_handlers.h
|
|
PRIVATE_DEPENDENCIES = LIBSECURITY SAMDB
|
|
OBJ_FILES = \
|
|
ldif_handlers.o
|
|
# End SUBSYSTEM LDBSAMBA
|
|
################################################
|
|
|
|
|