crypt32: Move provider stores to a separate file.
[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
10 C_SRCS = \
11         base64.c \
12         cert.c \
13         chain.c \
14         collectionstore.c \
15         context.c \
16         crl.c \
17         decode.c \
18         encode.c \
19         main.c \
20         msg.c \
21         oid.c \
22         proplist.c \
23         protectdata.c \
24         provstore.c \
25         serialize.c \
26         sip.c \
27         store.c \
28         str.c
29
30 RC_SRCS = crypt32.rc
31
32 @MAKE_DLL_RULES@
33
34 @DEPENDENCIES@  # everything below this line is overwritten by make depend