Fix compilation of the case without proper Linux joystick support.
[wine] / dlls / riched20 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = riched20.dll
6 IMPORTS   = user32 gdi32 kernel32
7 EXTRALIBS = -luuid
8
9 C_SRCS = \
10         caret.c \
11         context.c \
12         editor.c \
13         list.c \
14         paint.c \
15         para.c \
16         reader.c \
17         richole.c \
18         row.c \
19         run.c \
20         string.c \
21         style.c \
22         undo.c \
23         wrap.c \
24         writer.c
25
26 @MAKE_DLL_RULES@
27
28 ### Dependencies: