secur32: Implement RFC2104 (HMAC) with MD5 for NTLMv2.
[wine] / dlls / secur32 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = secur32.dll
6 IMPORTLIB = libsecur32.$(IMPLIBEXT)
7 IMPORTS   = netapi32 user32 advapi32 kernel32 ntdll
8 DELAYIMPORTS = crypt32
9
10 C_SRCS = \
11         base64_codec.c \
12         dispatcher.c \
13         hmac_md5.c \
14         negotiate.c \
15         ntlm.c \
16         schannel.c \
17         secur32.c \
18         thunks.c \
19         util.c \
20         wrapper.c
21
22 @MAKE_DLL_RULES@
23
24 @DEPENDENCIES@  # everything below this line is overwritten by make depend