configure: Only build Wayland if linux/input.h is present.
[wine.git] / tools / widl / Makefile.in
blobcde27db942cd8c31a74aecdfb4c2fe33bb883ab6
1 PROGRAMS = widl
2 PARENTSRC = ../wrc
4 SOURCES = \
5 attribute.c \
6 client.c \
7 expr.c \
8 hash.c \
9 header.c \
10 parser.l \
11 parser.y \
12 ppl.l \
13 ppy.y \
14 proxy.c \
15 register.c \
16 server.c \
17 typegen.c \
18 typelib.c \
19 typetree.c \
20 utils.c \
21 widl.c \
22 widl.man.in \
23 wpp.c \
24 write_msft.c
26 widl_EXTRADEFS = \
27 -DINCLUDEDIR="\"${includedir}\"" \
28 -DDLLDIR="\"${dlldir}\"" \
29 -DBIN_TO_INCLUDEDIR=\"`${MAKEDEP} -R ${bindir} ${includedir}`\" \
30 -DBIN_TO_DLLDIR=\"`${MAKEDEP} -R ${bindir} ${dlldir}`\"
32 INSTALL_DEV = $(PROGRAMS)