makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / crypt32 / tests / Makefile.in
1 TESTDLL   = crypt32.dll
2 IMPORTS   = crypt32 advapi32
3
4 C_SRCS = \
5         base64.c \
6         cert.c \
7         chain.c \
8         crl.c \
9         ctl.c \
10         encode.c \
11         main.c \
12         message.c \
13         msg.c \
14         object.c \
15         oid.c \
16         protectdata.c \
17         sip.c \
18         store.c \
19         str.c
20
21 @MAKE_TEST_RULES@