diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-17 13:07:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-17 15:40:27 +0300 |
commit | 25ef222f6fa5d0c9c13a76b3e2149cfec3b13227 (patch) | |
tree | e5a9f4c6578b15d90b4f1d79418b305b79f72917 /src/Makefile.am | |
parent | a7bfd014942781fecb21f2685eafa7fe40fe593b (diff) | |
download | plus-25ef222f6fa5d0c9c13a76b3e2149cfec3b13227.tar.gz plus-25ef222f6fa5d0c9c13a76b3e2149cfec3b13227.tar.bz2 plus-25ef222f6fa5d0c9c13a76b3e2149cfec3b13227.tar.xz plus-25ef222f6fa5d0c9c13a76b3e2149cfec3b13227.zip |
Rename keyboarddata into inputactionmap.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8ce35047b..1c5e0d660 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -927,6 +927,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ textcommand.h \ events/inputevent.h \ input/inputaction.h \ + input/inputactionmap.h \ input/inputcondition.h \ input/inputmanager.cpp \ input/inputmanager.h \ @@ -935,7 +936,6 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ input/joystick.h \ input/keyboardconfig.cpp \ input/keyboardconfig.h \ - input/keyboarddata.h \ input/keydata.h \ input/keyfunction.h \ input/keyinput.h \ |