diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-12 15:43:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-12 15:44:19 +0300 |
commit | f8fa10233df6c27c70c4a4875b202068654e825a (patch) | |
tree | b42bba419a3fbb5cbd892aba1185383f2790ea8d /src/Makefile.am | |
parent | 1939f5fa61fe071ff8e1e4ab0301c6f821c0de8a (diff) | |
download | plus-f8fa10233df6c27c70c4a4875b202068654e825a.tar.gz plus-f8fa10233df6c27c70c4a4875b202068654e825a.tar.bz2 plus-f8fa10233df6c27c70c4a4875b202068654e825a.tar.xz plus-f8fa10233df6c27c70c4a4875b202068654e825a.zip |
Move keyeventtype.h into enum directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0d0d84594..fe244fd56 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -195,7 +195,7 @@ manaplus_SOURCES += events/actionevent.h \ events/inputguievent.h \ input/key.h \ events/keyevent.h \ - events/keyeventtype.h \ + enums/events/keyeventtype.h \ listeners/keylistener.h \ gui/models/listmodel.h \ gui/models/magicschoolmodel.h \ |