diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-14 20:36:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-14 20:36:32 +0300 |
commit | 06fdbb5ccf0a08312765f588408b9facd62dfc5c (patch) | |
tree | 701ac7dbf71c4594019688ea7f86b5c8e753092d /src/Makefile.am | |
parent | 8fb8287c78982fd34ef7d7a2b971e0f40a51d44e (diff) | |
download | plus-06fdbb5ccf0a08312765f588408b9facd62dfc5c.tar.gz plus-06fdbb5ccf0a08312765f588408b9facd62dfc5c.tar.bz2 plus-06fdbb5ccf0a08312765f588408b9facd62dfc5c.tar.xz plus-06fdbb5ccf0a08312765f588408b9facd62dfc5c.zip |
Fix make files.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0ff411f1d..fc2d12975 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -85,7 +85,7 @@ SRC += events/actionevent.h \ gui/widgets/basiccontainer.h \ gui/buttoninfo.h \ gui/buttontext.h \ - gui/chatconsts.h \ + const/gui/chat.h \ gui/chatlog.h \ enums/gui/chatmsgtype.h \ gui/cliprect.h \ |