diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 17:26:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 17:26:57 +0300 |
commit | efeb84b086052aeefd9d190a4a0676b8a81b651c (patch) | |
tree | 9643135eddf409c7dc8b0545046bc76a44521ec2 /src/Makefile.am | |
parent | 8b94ceca60560fd06f60359492c47684eda57e5c (diff) | |
download | plus-efeb84b086052aeefd9d190a4a0676b8a81b651c.tar.gz plus-efeb84b086052aeefd9d190a4a0676b8a81b651c.tar.bz2 plus-efeb84b086052aeefd9d190a4a0676b8a81b651c.tar.xz plus-efeb84b086052aeefd9d190a4a0676b8a81b651c.zip |
Move inputtype into separate file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bd02cd8b9..c248a8822 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -858,6 +858,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ events/inputevent.h \ input/inputmanager.cpp \ input/inputmanager.h \ + input/inputtype.h \ input/joystick.cpp \ input/joystick.h \ input/keyboardconfig.cpp \ |