summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-16 23:27:30 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-16 23:27:30 +0300
commitd0bc46cd38aa82777621a99005a90d085e9821c3 (patch)
tree65c5345a70bf12779209c3bc9d3dc4851e93b76c /src/Makefile.am
parent9fc5e9b475388ef57de62143438eae6d0af7da3c (diff)
downloadplus-d0bc46cd38aa82777621a99005a90d085e9821c3.tar.gz
plus-d0bc46cd38aa82777621a99005a90d085e9821c3.tar.bz2
plus-d0bc46cd38aa82777621a99005a90d085e9821c3.tar.xz
plus-d0bc46cd38aa82777621a99005a90d085e9821c3.zip
Combine keyinput into one file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 09579cc29..aa5314c52 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -165,7 +165,6 @@ manaplus_SOURCES += events/actionevent.h \
events/inputguievent.h \
gui/base/key.hpp \
events/keyevent.h \
- gui/base/keyinput.hpp \
listeners/keylistener.h \
gui/base/listmodel.hpp \
events/mouseevent.h \
@@ -194,7 +193,6 @@ manaplus_SOURCES += events/actionevent.h \
gui/base/focushandler.cpp \
gui/base/gui.cpp \
gui/base/key.cpp \
- gui/base/keyinput.cpp \
gui/base/mouseinput.cpp \
gui/base/rectangle.cpp \
gui/base/widget.cpp \
@@ -774,7 +772,6 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
input/keyboardconfig.h \
input/keyboarddata.h \
input/keydata.h \
- input/keyinput.cpp \
input/keyinput.h \
input/multitouchmanager.cpp \
input/multitouchmanager.h \