makefiles: Use the standard C_SRCS variable as the list of test files.
[wine.git] / dlls / quartz / tests / Makefile.in
blobea03ab2bb523897158079af8fdbd16982b635713
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 TESTDLL = quartz.dll
6 IMPORTS = oleaut32 ole32 advapi32 kernel32
8 C_SRCS = \
9 avisplitter.c \
10 dsoundrender.c \
11 filtergraph.c \
12 filtermapper.c \
13 memallocator.c \
14 misc.c \
15 referenceclock.c \
16 videorenderer.c
18 @MAKE_TEST_RULES@
20 @DEPENDENCIES@ # everything below this line is overwritten by make depend