summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-18 17:26:57 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-18 17:26:57 +0300
commitefeb84b086052aeefd9d190a4a0676b8a81b651c (patch)
tree9643135eddf409c7dc8b0545046bc76a44521ec2 /src/Makefile.am
parent8b94ceca60560fd06f60359492c47684eda57e5c (diff)
downloadplus-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.am1
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 \