mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
0524963d7d
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
23 lines
365 B
Makefile
23 lines
365 B
Makefile
MODULE = secur32.dll
|
|
IMPORTLIB = secur32
|
|
IMPORTS = netapi32 advapi32
|
|
DELAYIMPORTS = crypt32
|
|
EXTRAINCL = $(GNUTLS_CFLAGS)
|
|
EXTRALIBS = $(SECURITY_LIBS)
|
|
|
|
C_SRCS = \
|
|
base64_codec.c \
|
|
dispatcher.c \
|
|
hmac_md5.c \
|
|
kerberos.c \
|
|
lsa.c \
|
|
negotiate.c \
|
|
ntlm.c \
|
|
schannel.c \
|
|
schannel_gnutls.c \
|
|
schannel_macosx.c \
|
|
secur32.c \
|
|
thunks.c \
|
|
util.c \
|
|
wrapper.c
|