diff options
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 \ |