Added urlmon.inf as dependency of rsrc.res.
[wine] / dlls / urlmon / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = urlmon.dll
6 IMPORTLIB = liburlmon.$(IMPLIBEXT)
7 IMPORTS   = cabinet ole32 shlwapi wininet user32 advapi32 kernel32 ntdll
8 EXTRALIBS = -luuid
9
10 C_SRCS = \
11         file.c \
12         format.c \
13         internet.c \
14         regsvr.c \
15         sec_mgr.c \
16         umon.c \
17         umstream.c \
18         urlmon_main.c
19
20 RC_SRCS = rsrc.rc
21
22 SUBDIRS = tests
23
24 @MAKE_DLL_RULES@
25
26 rsrc.res: urlmon.inf
27
28 ### Dependencies: