diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-22 23:54:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-22 23:54:10 +0300 |
commit | 859b5eea1557debd49f3c82a0a302216812a3b27 (patch) | |
tree | 84687efd85eb047cf3f1ff0e0116f8e214c53638 /src/Makefile.am | |
parent | de4b5860924bc3b9267edcce6cf2417cd30f8eb1 (diff) | |
download | plus-859b5eea1557debd49f3c82a0a302216812a3b27.tar.gz plus-859b5eea1557debd49f3c82a0a302216812a3b27.tar.bz2 plus-859b5eea1557debd49f3c82a0a302216812a3b27.tar.xz plus-859b5eea1557debd49f3c82a0a302216812a3b27.zip |
Move options for move 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 d69899751..28d41afc6 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/move.cpp \ + input/pages/move.h \ input/pages/other.cpp \ input/pages/other.h \ input/pages/outfits.cpp \ |