mshtml/tests: Fix compilation for older gcc versions (and MinGW).
[wine/testsucceed.git] / dlls / winealsa.drv / Makefile.in
blob70a2b5cee965a4d2d45aafec5456b349ac73fce0
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winealsa.drv
6 IMPORTS = winmm user32 advapi32 kernel32 ntdll
7 EXTRALIBS = -ldxguid -luuid @ALSALIBS@
9 C_SRCS = \
10 audio.c \
11 alsa.c \
12 midi.c
14 @MAKE_DLL_RULES@
16 @DEPENDENCIES@ # everything below this line is overwritten by make depend