dinput: Add missing newline to trace message.
[wine/hacks.git] / dlls / urlmon / Makefile.in
blobbd6a2567f06032abb584fe50fd3e05bb71ef22df
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = urlmon.dll
6 IMPORTLIB = urlmon
7 IMPORTS = uuid ole32 shlwapi wininet user32 advapi32 kernel32 ntdll
9 C_SRCS = \
10 bindctx.c \
11 binding.c \
12 bindprot.c \
13 download.c \
14 file.c \
15 format.c \
16 ftp.c \
17 gopher.c \
18 http.c \
19 internet.c \
20 mimefilter.c \
21 mk.c \
22 protocol.c \
23 regsvr.c \
24 sec_mgr.c \
25 session.c \
26 umon.c \
27 umstream.c \
28 urlmon_main.c
30 RC_SRCS = rsrc.rc
32 @MAKE_DLL_RULES@
34 @DEPENDENCIES@ # everything below this line is overwritten by make depend