makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / mmdevapi / tests / Makefile.in
1 TESTDLL   = mmdevapi.dll
2 IMPORTS   = ole32 version user32
3
4 C_SRCS = \
5         capture.c \
6         dependency.c \
7         mmdevenum.c \
8         propstore.c \
9         render.c
10
11 @MAKE_TEST_RULES@