mirror of
https://github.com/samba-team/samba.git
synced 2025-12-07 20:23:50 +03:00
12 lines
320 B
Makefile
12 lines
320 B
Makefile
#################################
|
|
# Start SUBSYSTEM GENSEC
|
|
[SUBSYSTEM::LIBCLI_AUTH]
|
|
ADD_OBJ_FILES = libcli/auth/schannel.o \
|
|
libcli/auth/credentials.o \
|
|
libcli/auth/session.o \
|
|
libcli/auth/smbencrypt.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
AUTH SCHANNELDB GENSEC
|
|
# End SUBSYSTEM LIBCLI_AUTH
|
|
#################################
|