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 | |
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')
-rw-r--r-- | src/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b53730766..aad4324d5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1197,7 +1197,7 @@ SET(SRCS 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 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 \ |