wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / urlmon / Makefile.in
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
8
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         regsvr.c \
21         sec_mgr.c \
22         session.c \
23         umon.c \
24         umstream.c \
25         urlmon_main.c
26
27 RC_SRCS = rsrc.rc
28
29 @MAKE_DLL_RULES@
30
31 @DEPENDENCIES@  # everything below this line is overwritten by make depend