rsaenh: Cast-qual warning fix.
[wine] / dlls / winmm / winecoreaudio / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = winecoreaudio.drv
6 IMPORTS   = winmm user32 kernel32
7 EXTRALIBS = $(LIBUUID) @COREAUDIO@
8
9 C_SRCS = \
10         audio.c \
11         audiounit.c \
12         coreaudio.c
13
14 @MAKE_DLL_RULES@
15
16 @DEPENDENCIES@  # everything below this line is overwritten by make depend