diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-22 23:18:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-22 23:18:34 +0300 |
commit | de4b5860924bc3b9267edcce6cf2417cd30f8eb1 (patch) | |
tree | 3d43cfe28b37cdbfbf05c9b51bd855a699cec231 /src/Makefile.am | |
parent | a8a7d6dcfc39c3c6c2faa23de21d0a5fc9332818 (diff) | |
download | plus-de4b5860924bc3b9267edcce6cf2417cd30f8eb1.tar.gz plus-de4b5860924bc3b9267edcce6cf2417cd30f8eb1.tar.bz2 plus-de4b5860924bc3b9267edcce6cf2417cd30f8eb1.tar.xz plus-de4b5860924bc3b9267edcce6cf2417cd30f8eb1.zip |
Move options for other input settings page into separate file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c9826e923..d69899751 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -569,6 +569,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ input/pages/chat.h \ input/pages/emotes.cpp \ input/pages/emotes.h \ + input/pages/other.cpp \ + input/pages/other.h \ input/pages/outfits.cpp \ input/pages/outfits.h \ input/pages/pages.cpp \ |