Print out a slightly more informative message if an ELF module fails
[wine] / dlls / dbghelp / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = dbghelp.dll
6 IMPORTS   = psapi kernel32 ntdll
7
8 C_SRCS = \
9         dbghelp.c \
10         elf_module.c \
11         image.c \
12         memory.c \
13         minidump.c \
14         module.c \
15         msc.c \
16         path.c \
17         pe_module.c \
18         source.c \
19         stabs.c \
20         stack.c \
21         storage.c \
22         symbol.c \
23         type.c
24
25 @MAKE_DLL_RULES@
26
27 ### Dependencies: