Fix regression in Fallout game.
[wine] / dlls / dinput / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = dinput.dll
6 IMPORTS   = ole32 user32 advapi32 kernel32
7 EXTRALIBS = -ldxguid -luuid
8
9 C_SRCS = \
10         data_formats.c \
11         device.c \
12         dinput_main.c \
13         joystick_linux.c \
14         joystick_linuxinput.c \
15         keyboard.c \
16         mouse.c \
17         regsvr.c
18
19 RC_SRCS = version.rc
20
21 @MAKE_DLL_RULES@
22
23 ### Dependencies: