makefiles: Remove the no longer needed explicit separators for dependencies.
[wine] / dlls / qmgr / tests / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 TESTDLL   = qmgr.dll
6 IMPORTS   = ole32 shlwapi user32 kernel32
7
8 C_SRCS = \
9         enum_files.c \
10         enum_jobs.c \
11         file.c \
12         job.c \
13         qmgr.c
14
15 @MAKE_TEST_RULES@