winealsa: Add 'Front Mic' as alias for microphone.
[wine] / dlls / dinput / tests / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 TESTDLL   = dinput.dll
6 IMPORTS   = dinput ole32 version user32 kernel32
7 EXTRALIBS = -ldxguid -luuid -ldxerr8
8
9 CTESTS = \
10         device.c \
11         joystick.c \
12         keyboard.c \
13         mouse.c
14
15 @MAKE_TEST_RULES@
16
17 @DEPENDENCIES@  # everything below this line is overwritten by make depend