crypt32: Fix typo in CryptGetDefaultOIDFunctionAddress().
[wine] / dlls / crypt32 / Makefile.in
1 EXTRADEFS = -D_CRYPT32_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = crypt32.dll
7 IMPORTLIB = libcrypt32.$(IMPLIBEXT)
8 IMPORTS   = user32 advapi32 kernel32 ntdll
9 DELAYIMPORTS = imagehlp
10
11 C_SRCS = \
12         base64.c \
13         cert.c \
14         chain.c \
15         collectionstore.c \
16         context.c \
17         crl.c \
18         decode.c \
19         encode.c \
20         filestore.c \
21         main.c \
22         msg.c \
23         object.c \
24         oid.c \
25         proplist.c \
26         protectdata.c \
27         provstore.c \
28         regstore.c \
29         rootstore.c \
30         serialize.c \
31         sip.c \
32         store.c \
33         str.c
34
35 RC_SRCS = crypt32.rc
36
37 @MAKE_DLL_RULES@
38
39 @DEPENDENCIES@  # everything below this line is overwritten by make depend