summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-12 11:25:48 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-12 11:25:48 +0300
commit2efb18fd64cb1bbc4cebe3141dce5c7e1db14628 (patch)
treee718637bd5d53b3193d65bcda00c4cebf1f96b5b /src/Makefile.am
parente72cfb920d15b8962a02f87b90442a88d521ab49 (diff)
downloadplus-2efb18fd64cb1bbc4cebe3141dce5c7e1db14628.tar.gz
plus-2efb18fd64cb1bbc4cebe3141dce5c7e1db14628.tar.bz2
plus-2efb18fd64cb1bbc4cebe3141dce5c7e1db14628.tar.xz
plus-2efb18fd64cb1bbc4cebe3141dce5c7e1db14628.zip
Move BattleTab into chat subdir.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 61a526001..d936dd918 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -240,8 +240,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
gui/models/avatarlistmodel.h \
gui/models/beingslistmodel.h \
gui/models/colorlistmodel.h \
- gui/widgets/tabs/battletab.cpp \
- gui/widgets/tabs/battletab.h \
+ gui/widgets/tabs/chat/battletab.cpp \
+ gui/widgets/tabs/chat/battletab.h \
gui/widgets/browserbox.cpp \
gui/widgets/browserbox.h \
gui/widgets/button.cpp \