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