Fix palette deletion issue seen in DungeonKeeper.
[wine] / dlls / dinput / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = dinput.dll
6 IMPORTS   = user32 kernel32
7 EXTRALIBS = -ldxguid -luuid
8
9 C_SRCS = \
10         device.c \
11         dinput_main.c \
12         joystick/linux.c \
13         joystick/linuxinput.c \
14         keyboard/main.c \
15         mouse/main.c
16
17 RC_SRCS = version.rc
18
19 EXTRASUBDIRS = \
20         joystick \
21         keyboard \
22         mouse
23
24 @MAKE_DLL_RULES@
25
26 ### Dependencies: