summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-17 02:00:20 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-17 02:00:20 +0300
commitd2b34e1d51d04288274eca0151de959817f037a2 (patch)
tree73fe2bccc54eb27884d1e1d78424c486e79d0111 /src/Makefile.am
parentb1a2e2bc36735e61d903f31fd2d541b082970392 (diff)
downloadplus-d2b34e1d51d04288274eca0151de959817f037a2.tar.gz
plus-d2b34e1d51d04288274eca0151de959817f037a2.tar.bz2
plus-d2b34e1d51d04288274eca0151de959817f037a2.tar.xz
plus-d2b34e1d51d04288274eca0151de959817f037a2.zip
Move key into input directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2476a6bff..ff2368ed0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -162,7 +162,7 @@ manaplus_SOURCES += events/actionevent.h \
render/graphics.h \
gui/base/gui.hpp \
events/inputguievent.h \
- gui/base/key.hpp \
+ input/key.hpp \
events/keyevent.h \
listeners/keylistener.h \
gui/base/listmodel.hpp \
@@ -190,7 +190,7 @@ manaplus_SOURCES += events/actionevent.h \
gui/base/color.cpp \
gui/base/focushandler.cpp \
gui/base/gui.cpp \
- gui/base/key.cpp \
+ input/key.cpp \
gui/base/rectangle.cpp \
gui/base/widget.cpp \
gui/base/widgets/button.cpp \