wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / wineaudioio.drv / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = wineaudioio.drv
6 IMPORTS   = dxguid uuid winmm user32 kernel32 ntdll
7 EXTRALIBS = @AUDIOIOLIBS@
8
9 C_SRCS = \
10         audio.c \
11         audioio.c
12
13 @MAKE_DLL_RULES@
14
15 @DEPENDENCIES@  # everything below this line is overwritten by make depend