From 8a999b66fd697404c6640778a6dd1ce0e747334a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 31 Aug 2013 21:33:50 +0300 Subject: move input related files into input dir. --- src/Makefile.am | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 5e159ffe4..d4c6779f4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -649,20 +649,20 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ spellshortcut.h \ textcommand.cpp \ textcommand.h \ - inputevent.cpp \ - inputevent.h \ - inputmanager.cpp \ - inputmanager.h \ - joystick.cpp \ - joystick.h \ - keyboardconfig.cpp \ - keyboardconfig.h \ - keyboarddata.h \ - keydata.h \ - keyevent.cpp \ - keyevent.h \ - keyinput.cpp \ - keyinput.h \ + input/inputevent.cpp \ + input/inputevent.h \ + input/inputmanager.cpp \ + input/inputmanager.h \ + input/joystick.cpp \ + input/joystick.h \ + input/keyboardconfig.cpp \ + input/keyboardconfig.h \ + input/keyboarddata.h \ + input/keydata.h \ + input/keyevent.cpp \ + input/keyevent.h \ + input/keyinput.cpp \ + input/keyinput.h \ localconsts.h \ localplayer.cpp \ localplayer.h \ -- cgit v1.2.3-70-g09d2