summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-21 17:49:12 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-21 17:59:11 +0300
commite787d4c803476b5d5969dd8578cb8a645a7443cb (patch)
tree1672b7012af526b022ebb67253568c97799b723c /src/Makefile.am
parent29c335b22add00a7542f229714626df96e73530c (diff)
downloadplus-e787d4c803476b5d5969dd8578cb8a645a7443cb.tar.gz
plus-e787d4c803476b5d5969dd8578cb8a645a7443cb.tar.bz2
plus-e787d4c803476b5d5969dd8578cb8a645a7443cb.tar.xz
plus-e787d4c803476b5d5969dd8578cb8a645a7443cb.zip
Move chattabtype into enums directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 24c8de57b..0da76f1a0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -103,6 +103,7 @@ SRC += events/actionevent.h \
const/gui/pages.h \
gui/chatlog.h \
enums/gui/chatmsgtype.h \
+ enums/gui/chattabtype.h \
gui/cliprect.h \
gui/color.h \
enums/gui/dialogtype.h \
@@ -878,7 +879,6 @@ manaplus_SOURCES += main.cpp \
gui/widgets/tabs/chat/battletab.h \
gui/widgets/tabs/chat/channeltab.cpp \
gui/widgets/tabs/chat/channeltab.h \
- gui/widgets/tabs/chat/chattabtype.h \
gui/widgets/tabs/debugwindowtabs.cpp \
gui/widgets/tabs/debugwindowtabs.h \
gui/widgets/tabs/chat/chattab.cpp \