makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / qmgr / tests / Makefile.in
1 TESTDLL   = qmgr.dll
2 IMPORTS   = ole32 shlwapi user32
3
4 C_SRCS = \
5         enum_files.c \
6         enum_jobs.c \
7         file.c \
8         job.c \
9         qmgr.c
10
11 @MAKE_TEST_RULES@