diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 17:41:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 17:41:40 +0300 |
commit | be320cc5c9ca819b42a7ad8ef9806051d9eef75a (patch) | |
tree | 721be31818c829a01acd6b6433f7c8ffe52a4876 /src/Makefile.am | |
parent | c5c1592adc51cc77f2d2933445c3deea4f91b1df (diff) | |
download | plus-be320cc5c9ca819b42a7ad8ef9806051d9eef75a.tar.gz plus-be320cc5c9ca819b42a7ad8ef9806051d9eef75a.tar.bz2 plus-be320cc5c9ca819b42a7ad8ef9806051d9eef75a.tar.xz plus-be320cc5c9ca819b42a7ad8ef9806051d9eef75a.zip |
Move keyfunction into separate file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 36fc6949a..25598e42f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -865,6 +865,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ input/keyboardconfig.h \ input/keyboarddata.h \ input/keydata.h \ + input/keyfunction.h \ input/keyinput.h \ input/keyitem.h \ input/keysortfunctor.h \ |