diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-16 13:16:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-16 13:16:49 +0300 |
commit | 9ca8495acdebb975a7b0777e11d7c599e61c0185 (patch) | |
tree | c11e7b3e7691d21b79a7fe73fcee782552b63398 /src/Makefile.am | |
parent | 3ae82048ca8636ce03e71bdd4c11f60594cfc698 (diff) | |
download | plus-9ca8495acdebb975a7b0777e11d7c599e61c0185.tar.gz plus-9ca8495acdebb975a7b0777e11d7c599e61c0185.tar.bz2 plus-9ca8495acdebb975a7b0777e11d7c599e61c0185.tar.xz plus-9ca8495acdebb975a7b0777e11d7c599e61c0185.zip |
move inputevent into events directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8a731c17f..94a671dfc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -168,7 +168,7 @@ manaplus_SOURCES += events/actionevent.h \ render/graphics.h \ gui/base/gui.hpp \ gui/base/input.hpp \ - gui/base/inputevent.hpp \ + events/inputguievent.h \ gui/base/key.hpp \ gui/base/keyevent.hpp \ gui/base/keyinput.hpp \ @@ -201,7 +201,6 @@ manaplus_SOURCES += events/actionevent.h \ gui/base/focushandler.cpp \ gui/base/font.cpp \ gui/base/gui.cpp \ - gui/base/inputevent.cpp \ gui/base/key.cpp \ gui/base/keyevent.cpp \ gui/base/keyinput.cpp \ |