summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-12 17:57:28 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-12 18:44:33 +0300
commitff887f7a418b392431b6f2a0408d20cf1ee5cf07 (patch)
tree5aa0e18b19fb058b573bdb37b0f8a102ab3af25d /src/Makefile.am
parenta88b02402ef2919e297dbacc88b23caee635ffb6 (diff)
downloadplus-ff887f7a418b392431b6f2a0408d20cf1ee5cf07.tar.gz
plus-ff887f7a418b392431b6f2a0408d20cf1ee5cf07.tar.bz2
plus-ff887f7a418b392431b6f2a0408d20cf1ee5cf07.tar.xz
plus-ff887f7a418b392431b6f2a0408d20cf1ee5cf07.zip
Add channeltab class and colors for it.
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 13a3a1049..47b027fcc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -242,6 +242,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
gui/models/colorlistmodel.h \
gui/widgets/tabs/chat/battletab.cpp \
gui/widgets/tabs/chat/battletab.h \
+ gui/widgets/tabs/chat/channeltab.cpp \
+ gui/widgets/tabs/chat/channeltab.h \
gui/widgets/browserbox.cpp \
gui/widgets/browserbox.h \
gui/widgets/button.cpp \