Move declaration of LSA* structs to ntsecapi.h.
[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         device.c \
11         dinput_main.c \
12         joystick_linux.c \
13         joystick_linuxinput.c \
14         keyboard.c \
15         mouse.c \
16         regsvr.c
17
18 RC_SRCS = version.rc
19
20 @MAKE_DLL_RULES@
21
22 ### Dependencies: