diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:50:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:50:54 +0300 |
commit | 2c1130c1a8acb1c3df42ba904589d01b6a459017 (patch) | |
tree | b9ba013a26063a76aa152a746e7ae9eac41b7fb6 /src/Makefile.am | |
parent | 08507b9d5b3e16f8d40b32bb2540c0dbc31ff4f1 (diff) | |
download | plus-2c1130c1a8acb1c3df42ba904589d01b6a459017.tar.gz plus-2c1130c1a8acb1c3df42ba904589d01b6a459017.tar.bz2 plus-2c1130c1a8acb1c3df42ba904589d01b6a459017.tar.xz plus-2c1130c1a8acb1c3df42ba904589d01b6a459017.zip |
Move move related actions 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 f625c8492..4dd6a8600 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -836,6 +836,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ actions/actions.h \ actions/chat.cpp \ actions/chat.h \ + actions/move.cpp \ + actions/move.h \ actions/windows.cpp \ actions/windows.h \ being/actor.cpp \ |