mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
a18d6839ac
Guenther
27 lines
670 B
Makefile
27 lines
670 B
Makefile
[SUBSYSTEM::ntlm_check]
|
|
PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL
|
|
|
|
ntlm_check_OBJ_FILES = $(addprefix $(libclicommonsrcdir)/auth/, ntlm_check.o)
|
|
|
|
[SUBSYSTEM::MSRPC_PARSE]
|
|
|
|
MSRPC_PARSE_OBJ_FILES = $(addprefix $(libclicommonsrcdir)/auth/, msrpc_parse.o)
|
|
|
|
[SUBSYSTEM::LIBCLI_AUTH]
|
|
PUBLIC_DEPENDENCIES = \
|
|
MSRPC_PARSE \
|
|
LIBSAMBA-HOSTCONFIG
|
|
|
|
LIBCLI_AUTH_OBJ_FILES = $(addprefix $(libclicommonsrcdir)/auth/, \
|
|
credentials.o \
|
|
session.o \
|
|
smbencrypt.o \
|
|
smbdes.o)
|
|
|
|
PUBLIC_HEADERS += ../libcli/auth/credentials.h
|
|
|
|
[SUBSYSTEM::COMMON_SCHANNELDB]
|
|
PRIVATE_DEPENDENCIES = LDB_WRAP
|
|
|
|
COMMON_SCHANNELDB_OBJ_FILES = $(addprefix $(libclicommonsrcdir)/auth/, schannel_state_ldb.o)
|