Fixed issues found by winapi_check.
[wine] / dlls / dplayx / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = dplayx
6 SOVERSION = 1.0
7 IMPORTS   = ole32 advapi32 kernel32
8
9 C_SRCS = \
10         dpclassfactory.c \
11         dplay.c \
12         dplayx_global.c \
13         dplayx_main.c \
14         dplayx_messages.c \
15         dplobby.c \
16         name_server.c
17
18 @MAKE_DLL_RULES@
19
20 ### Dependencies:
21