makefiles: List the static libraries as normal imports instead of extra libs.
[wine/multimedia.git] / dlls / dmusic / Makefile.in
bloba3c114a90ead12be09aee97f042ed610ba630236
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dmusic.dll
6 IMPORTS = dxguid uuid ole32 user32 advapi32 kernel32
8 C_SRCS = \
9 buffer.c \
10 clock.c \
11 collection.c \
12 dmusic.c \
13 dmusic_main.c \
14 download.c \
15 downloadedinstrument.c \
16 instrument.c \
17 port.c \
18 portdownload.c \
19 regsvr.c \
20 thru.c
22 RC_SRCS = version.rc
24 @MAKE_DLL_RULES@
26 @DEPENDENCIES@ # everything below this line is overwritten by make depend