Fixed header dependencies to be fully compatible with the Windows
[wine] / dlls / urlmon / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = urlmon.dll
6 IMPORTS   = cabinet ole32 wininet user32 kernel32 ntdll
7 EXTRALIBS = $(LIBUUID)
8
9 LDDLLFLAGS = @LDDLLFLAGS@
10 SYMBOLFILE = $(MODULE).tmp.o
11
12 C_SRCS = \
13         umon.c \
14         urlmon_main.c
15
16 SUBDIRS = tests
17
18 @MAKE_DLL_RULES@
19
20 ### Dependencies: