configure: Changes from running autconf after previous patch.
[wine/hacks.git] / dlls / urlmon / Makefile.in
blob71567ec259c6ed9292e1500e29cdfbe79a78a349
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = urlmon.dll
6 IMPORTLIB = urlmon
7 IMPORTS = uuid ole32 oleaut32 shell32 rpcrt4 shlwapi wininet user32 advapi32 kernel32 ntdll
8 EXTRADEFS = -D_URLMON_ -DENTRY_PREFIX=URLMON_ -DPROXY_DELEGATION -DREGISTER_PROXY_DLL \
9 -DPROXY_CLSID_IS="{0x79EAC9F1,0xBAF9,0x11CE,{0x8C,0x82,0x00,0xAA,0x00,0x4B,0xA9,0x0B}}"
11 C_SRCS = \
12 bindctx.c \
13 binding.c \
14 bindprot.c \
15 download.c \
16 file.c \
17 format.c \
18 ftp.c \
19 gopher.c \
20 http.c \
21 internet.c \
22 mimefilter.c \
23 mk.c \
24 protocol.c \
25 protproxy.c \
26 regsvr.c \
27 sec_mgr.c \
28 session.c \
29 umon.c \
30 umstream.c \
31 uri.c \
32 urlmon_main.c \
33 usrmarshal.c
35 RC_SRCS = rsrc.rc
37 IDL_P_SRCS = urlmon_urlmon.idl
39 EXTRA_OBJS = dlldata.o
41 @MAKE_DLL_RULES@