makefiles: Use the standard C_SRCS variable as the list of test files.
[wine.git] / dlls / qmgr / tests / Makefile.in
blob53b07e31c82305b366a53c0a13d251d0fb5e444e
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 TESTDLL = qmgr.dll
6 IMPORTS = ole32 shlwapi user32 kernel32
8 C_SRCS = \
9 enum_files.c \
10 enum_jobs.c \
11 file.c \
12 job.c \
13 qmgr.c
15 @MAKE_TEST_RULES@
17 @DEPENDENCIES@ # everything below this line is overwritten by make depend