makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / quartz / tests / Makefile.in
1 TESTDLL   = quartz.dll
2 IMPORTS   = oleaut32 ole32 advapi32
3
4 C_SRCS = \
5         avisplitter.c \
6         dsoundrender.c \
7         filtergraph.c \
8         filtermapper.c \
9         memallocator.c \
10         misc.c \
11         referenceclock.c \
12         videorenderer.c
13
14 @MAKE_TEST_RULES@