push 8724397e7ede0f147b6e05994a72142d44d4fecc
[wine/hacks.git] / dlls / urlmon / Makefile.in
blob0a9497c517bac270fdeae69669d88d3b83ef70a1
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 http.c \
18 internet.c \
19 mk.c \
20 protocol.c \
21 regsvr.c \
22 sec_mgr.c \
23 session.c \
24 umon.c \
25 umstream.c \
26 urlmon_main.c
28 RC_SRCS = rsrc.rc
30 @MAKE_DLL_RULES@
32 @DEPENDENCIES@ # everything below this line is overwritten by make depend