makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / mapi32 / tests / Makefile.in
1 TESTDLL   = mapi32.dll
2 IMPORTS   = advapi32
3
4 C_SRCS = \
5         imalloc.c \
6         prop.c \
7         util.c
8
9 @MAKE_TEST_RULES@