include: Assorted spelling fixes.
[wine] / dlls / crypt32 / Makefile.in
1 EXTRADEFS = -D_CRYPT32_
2 MODULE    = crypt32.dll
3 IMPORTLIB = crypt32
4 IMPORTS   = user32 advapi32
5 EXTRALIBS = @SECURITYLIB@
6
7 C_SRCS = \
8         base64.c \
9         cert.c \
10         chain.c \
11         collectionstore.c \
12         context.c \
13         crl.c \
14         ctl.c \
15         decode.c \
16         encode.c \
17         filestore.c \
18         main.c \
19         message.c \
20         msg.c \
21         object.c \
22         oid.c \
23         proplist.c \
24         protectdata.c \
25         provstore.c \
26         regstore.c \
27         rootstore.c \
28         serialize.c \
29         sip.c \
30         store.c \
31         str.c
32
33 RC_SRCS = crypt32.rc
34 PO_SRCS = crypt32.rc
35
36 @MAKE_DLL_RULES@