makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / msi / tests / Makefile.in
1 TESTDLL   = msi.dll
2 IMPORTS   = cabinet msi shell32 ole32 oleaut32 user32 advapi32 version
3
4 C_SRCS = \
5         automation.c \
6         db.c \
7         format.c \
8         install.c \
9         msi.c \
10         package.c \
11         patch.c \
12         record.c \
13         source.c \
14         suminfo.c
15
16 @MAKE_TEST_RULES@