diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 16:59:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 16:59:40 +0300 |
commit | 8b94ceca60560fd06f60359492c47684eda57e5c (patch) | |
tree | de92ac00a989f124133a470c7f2542fcfd76ac8e /src/Makefile.am | |
parent | 4c5c512dcc2a561172a09cc9962ab6f597c9058c (diff) | |
download | plus-8b94ceca60560fd06f60359492c47684eda57e5c.tar.gz plus-8b94ceca60560fd06f60359492c47684eda57e5c.tar.bz2 plus-8b94ceca60560fd06f60359492c47684eda57e5c.tar.xz plus-8b94ceca60560fd06f60359492c47684eda57e5c.zip |
Move keysortfunctor 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 d561cb987..bd02cd8b9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -865,6 +865,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ input/keyboarddata.h \ input/keydata.h \ input/keyinput.h \ + input/keysortfunctor.h \ input/multitouchmanager.cpp \ input/multitouchmanager.h \ localconsts.h \ |