summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-12 12:01:08 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-12 12:01:08 +0300
commit708805b5df0018812f3a9feb47e37ccfc36398f2 (patch)
tree11eac0c17f8fc58cd4a4c00c1a7b7c05ebbcf867 /src/Makefile.am
parent2efb18fd64cb1bbc4cebe3141dce5c7e1db14628 (diff)
downloadplus-708805b5df0018812f3a9feb47e37ccfc36398f2.tar.gz
plus-708805b5df0018812f3a9feb47e37ccfc36398f2.tar.bz2
plus-708805b5df0018812f3a9feb47e37ccfc36398f2.tar.xz
plus-708805b5df0018812f3a9feb47e37ccfc36398f2.zip
Move ChatTab 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 d936dd918..b0d1cce89 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -253,11 +253,11 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
gui/widgets/characterviewnormal.h \
gui/widgets/characterviewsmall.cpp \
gui/widgets/characterviewsmall.h \
- gui/widgets/tabs/chattab.cpp \
- gui/widgets/tabs/chattab.h \
gui/widgets/tabs/chattabtype.h \
gui/widgets/tabs/debugwindowtabs.cpp \
gui/widgets/tabs/debugwindowtabs.h \
+ gui/widgets/tabs/chat/chattab.cpp \
+ gui/widgets/tabs/chat/chattab.h \
gui/widgets/chatinput.h \
gui/widgets/checkbox.cpp \
gui/widgets/checkbox.h \