summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-23 19:44:33 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-23 19:44:33 +0300
commitd6f58bee33ca548ea6fc125553aa8d4d2fdba91f (patch)
treef56a9c37da0ef39c470a3da6315a073c87b1c984 /src/Makefile.am
parent663b79fd68f9e7f578415f3d0f015a3d8ba998cb (diff)
downloadmv-d6f58bee33ca548ea6fc125553aa8d4d2fdba91f.tar.gz
mv-d6f58bee33ca548ea6fc125553aa8d4d2fdba91f.tar.bz2
mv-d6f58bee33ca548ea6fc125553aa8d4d2fdba91f.tar.xz
mv-d6f58bee33ca548ea6fc125553aa8d4d2fdba91f.zip
Move chat command /announce into actions.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 106faa7a7..0c8cb0370 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -859,6 +859,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
actions/actions.h \
actions/chat.cpp \
actions/chat.h \
+ actions/commands.cpp \
+ actions/commands.h \
actions/move.cpp \
actions/move.h \
actions/statusbar.cpp \