wine/dlls/secur32/Makefile.in
Gijs Vermeulen 441ef40813 secur32: Remove macOS backend.
GnuTLS has been the default since wine-6.11.

Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-30 20:00:43 +02:00

15 lines
224 B
Makefile

MODULE = secur32.dll
IMPORTLIB = secur32
IMPORTS = advapi32
DELAYIMPORTS = crypt32
EXTRAINCL = $(GNUTLS_CFLAGS)
C_SRCS = \
lsa.c \
negotiate.c \
schannel.c \
schannel_gnutls.c \
secur32.c \
thunks.c \
wrapper.c