msi: Fix a typo.
[wine.git] / dlls / urlmon / Makefile.in
blobc82c1e96e457d39d362dbd53665e5f4cc7c4229e
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = urlmon.dll
6 IMPORTLIB = urlmon
7 IMPORTS = ole32 shlwapi wininet user32 advapi32 kernel32 ntdll
8 EXTRALIBS = -luuid
10 C_SRCS = \
11 bindctx.c \
12 binding.c \
13 bindprot.c \
14 download.c \
15 file.c \
16 format.c \
17 ftp.c \
18 http.c \
19 internet.c \
20 mk.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