summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-06 18:44:14 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-06 18:44:14 +0300
commitbfdd5aa4be7fb4f16488fbdd893cf12eee20187d (patch)
treedff314c818cd284c129be152f77e2a0fb251a5eb /src/Makefile.am
parent9c487cd11afa7cffce954948ce1ea57b95816f17 (diff)
downloadplus-bfdd5aa4be7fb4f16488fbdd893cf12eee20187d.tar.gz
plus-bfdd5aa4be7fb4f16488fbdd893cf12eee20187d.tar.bz2
plus-bfdd5aa4be7fb4f16488fbdd893cf12eee20187d.tar.xz
plus-bfdd5aa4be7fb4f16488fbdd893cf12eee20187d.zip
Move chatmsgtype.h into gui subdir.
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 9acd5be53..041fc9320 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -178,7 +178,7 @@ manaplus_SOURCES += events/actionevent.h \
gui/buttontext.h \
gui/chatconsts.h \
gui/chatlog.h \
- gui/chatmsgtype.h \
+ enums/gui/chatmsgtype.h \
gui/cliprect.h \
gui/color.h \
gui/dialogtype.h \