makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / wintrust / tests / Makefile.in
1 TESTDLL   = wintrust.dll
2 IMPORTS   = wintrust crypt32 advapi32
3
4 C_SRCS = \
5         asn.c \
6         crypt.c \
7         register.c \
8         softpub.c
9
10 @MAKE_TEST_RULES@