mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
3045ecfa1d
client and server logic code. In future, this may allow us to build only the NTLMSSP client, and not the server, but in the short-term, it allows me greater sainity in moving around these files. Andrew Bartlett (This used to be commit 2f22841c6753e3d5816c12bd463b71f74e1d8796)
15 lines
452 B
Makefile
15 lines
452 B
Makefile
################################################
|
|
# Start MODULE gensec_ntlmssp
|
|
[MODULE::gensec_ntlmssp]
|
|
SUBSYSTEM = GENSEC
|
|
INIT_FUNCTION = gensec_ntlmssp_init
|
|
INIT_OBJ_FILES = auth/ntlmssp/ntlmssp.o
|
|
ADD_OBJ_FILES = \
|
|
auth/ntlmssp/ntlmssp_parse.o \
|
|
auth/ntlmssp/ntlmssp_sign.o \
|
|
auth/ntlmssp/ntlmssp_client.o \
|
|
auth/ntlmssp/ntlmssp_server.o
|
|
REQUIRED_SUBSYSTEMS = AUTH
|
|
# End MODULE gensec_ntlmssp
|
|
################################################
|