kernel32/tests: Add a test to check some fields in fake dlls.
[wine.git] / dlls / crypt32 / Makefile.in
blobf56617c0792239e121e390d4251607befac875d8
1 EXTRADEFS = -D_CRYPT32_
2 MODULE = crypt32.dll
3 IMPORTLIB = crypt32
4 IMPORTS = user32 advapi32 bcrypt
5 DELAYIMPORTS = cryptnet
6 EXTRALIBS = $(SECURITY_LIBS)
7 EXTRAINCL = $(GNUTLS_CFLAGS)
9 C_SRCS = \
10 base64.c \
11 cert.c \
12 chain.c \
13 collectionstore.c \
14 context.c \
15 crl.c \
16 ctl.c \
17 decode.c \
18 encode.c \
19 filestore.c \
20 main.c \
21 message.c \
22 msg.c \
23 object.c \
24 oid.c \
25 pfx.c \
26 proplist.c \
27 protectdata.c \
28 provstore.c \
29 regstore.c \
30 rootstore.c \
31 serialize.c \
32 sip.c \
33 store.c \
34 str.c
36 RC_SRCS = crypt32.rc