mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
cd8cb33d3a
(This used to be commit e1864a7ac91b6bdd49c0cee26b592dc6d963e35d)
11 lines
298 B
Makefile
11 lines
298 B
Makefile
#################################
|
|
# Start SUBSYSTEM LIBCLI_AUTH
|
|
[SUBSYSTEM::LIBCLI_AUTH]
|
|
ADD_OBJ_FILES = libcli/auth/credentials.o \
|
|
libcli/auth/session.o \
|
|
libcli/auth/smbencrypt.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
AUTH SCHANNELDB GENSEC
|
|
# End SUBSYSTEM LIBCLI_AUTH
|
|
#################################
|