mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
5015f388d1
It uses the native Secure Transport API rather than GnuTLS.
23 lines
362 B
Makefile
23 lines
362 B
Makefile
MODULE = secur32.dll
|
|
IMPORTLIB = secur32
|
|
IMPORTS = netapi32 advapi32
|
|
DELAYIMPORTS = crypt32
|
|
EXTRAINCL = @GNUTLSINCL@
|
|
EXTRALIBS = @SECURITYLIB@
|
|
|
|
C_SRCS = \
|
|
base64_codec.c \
|
|
dispatcher.c \
|
|
hmac_md5.c \
|
|
lsa.c \
|
|
negotiate.c \
|
|
ntlm.c \
|
|
schannel.c \
|
|
schannel_gnutls.c \
|
|
schannel_macosx.c \
|
|
secur32.c \
|
|
thunks.c \
|
|
util.c \
|
|
wrapper.c
|
|
|
|
@MAKE_DLL_RULES@
|