makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / dsound / tests / Makefile.in
1 TESTDLL   = dsound.dll
2 IMPORTS   = ole32 version user32
3
4 C_SRCS = \
5         capture.c \
6         ds3d.c \
7         ds3d8.c \
8         dsound.c \
9         dsound8.c \
10         duplex.c \
11         propset.c
12
13 @MAKE_TEST_RULES@