winealsa: Don't dereference a potentially NULL value in the WARN statement (Coverity...
[wine/multimedia.git] / dlls / dmcompos / Makefile.in
blob4fdb3559e13f9f4e0d5c071a00f4536a2b95e9a9
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dmcompos.dll
6 IMPORTS = dxguid uuid ole32 user32 advapi32 kernel32
8 C_SRCS = \
9 chordmap.c \
10 chordmaptrack.c \
11 composer.c \
12 dmcompos_main.c \
13 regsvr.c \
14 signposttrack.c
16 RC_SRCS = version.rc
18 @MAKE_DLL_RULES@
20 @DEPENDENCIES@ # everything below this line is overwritten by make depend