crypt32: Test decoding a big CRL.
[wine/testsucceed.git] / dlls / secur32 / Makefile.in
blob2a179915cb2d29c70e261af2246b0c415794d1b6
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
10 C_SRCS = \
11 base64_codec.c \
12 dispatcher.c \
13 negotiate.c \
14 ntlm.c \
15 schannel.c \
16 secur32.c \
17 thunks.c \
18 util.c \
19 wrapper.c
21 @MAKE_DLL_RULES@
23 @DEPENDENCIES@ # everything below this line is overwritten by make depend