comctl32: We can now store binary files in the repository.
[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         filestore.c \
20         main.c \
21         msg.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
35 @MAKE_DLL_RULES@
36
37 @DEPENDENCIES@  # everything below this line is overwritten by make depend