makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / advapi32 / tests / Makefile.in
1 TESTDLL   = advapi32.dll
2 IMPORTS   = ole32 advapi32
3
4 C_SRCS = \
5         cred.c \
6         crypt.c \
7         crypt_lmhash.c \
8         crypt_md4.c \
9         crypt_md5.c \
10         crypt_sha.c \
11         eventlog.c \
12         lsa.c \
13         registry.c \
14         security.c \
15         service.c
16
17 @MAKE_TEST_RULES@