mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
710ea94988
Make the ldb password_hash module only depend on some keys manipulation code, not full heimdal
Some other dependency fixes
(This used to be commit 5b3ab728ed
)
14 lines
332 B
Makefile
14 lines
332 B
Makefile
#################################
|
|
# Start SUBSYSTEM LIBCLI_AUTH
|
|
[SUBSYSTEM::LIBCLI_AUTH]
|
|
PUBLIC_HEADERS = credentials.h
|
|
PRIVATE_PROTO_HEADER = proto.h
|
|
OBJ_FILES = credentials.o \
|
|
session.o \
|
|
smbencrypt.o \
|
|
smbdes.o
|
|
PUBLIC_DEPENDENCIES = \
|
|
SCHANNELDB MSRPC_PARSE
|
|
# End SUBSYSTEM LIBCLI_AUTH
|
|
#################################
|