diff --git a/reactos/lib/dinput/Makefile.in b/reactos/lib/dinput/Makefile.in deleted file mode 100644 index 025b72c72cd..00000000000 --- a/reactos/lib/dinput/Makefile.in +++ /dev/null @@ -1,28 +0,0 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ -MODULE = dinput.dll -IMPORTLIB = libdinput.$(IMPLIBEXT) -IMPORTS = ole32 user32 advapi32 kernel32 -EXTRALIBS = -ldxguid -luuid - -C_SRCS = \ - data_formats.c \ - device.c \ - dinput_main.c \ - joystick_linux.c \ - joystick_linuxinput.c \ - keyboard.c \ - mouse.c \ - regsvr.c - -IMPLIB_SRCS = data_formats.c - -RC_SRCS = version.rc - -SUBDIRS = tests - -@MAKE_DLL_RULES@ - -### Dependencies: diff --git a/reactos/lib/dinput/makefile b/reactos/lib/dinput/makefile deleted file mode 100644 index 2f3e1e9f801..00000000000 --- a/reactos/lib/dinput/makefile +++ /dev/null @@ -1,5 +0,0 @@ -# This file is automatically generated. - -TOP = ..\.. -DEFAULT = dinput -include $(TOP)/proxy.mak