ws2_32/tests: Allow ESP and AH protocols to be missing on Windows.
[wine.git] / tools / winedump / Makefile.in
blob43e200ab6ed2fd481c9a9a6bc321b6a498c4067d
1 PROGRAMS = winedump
2 MANPAGES = winedump.man.in
3 SCRIPTS = function_grep.pl
5 C_SRCS = \
6 debug.c \
7 dos.c \
8 dump.c \
9 emf.c \
10 font.c \
11 le.c \
12 lib.c \
13 lnk.c \
14 main.c \
15 minidump.c \
16 misc.c \
17 msc.c \
18 msmangle.c \
19 ne.c \
20 nls.c \
21 output.c \
22 pdb.c \
23 pe.c \
24 search.c \
25 symbol.c \
26 tlb.c
28 INSTALL_DEV = $(PROGRAMS) $(SCRIPTS)