diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-14 21:52:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-14 21:52:48 +0300 |
commit | b6f72a52c7a000f146c5aff3ab8318293cbb1c42 (patch) | |
tree | bf876ac815cc99fa9102cc2da965c98ca588e889 /src/Makefile.am | |
parent | 6db83b4ee1c20162a9dd31428cbc36ce7405352d (diff) | |
download | plus-b6f72a52c7a000f146c5aff3ab8318293cbb1c42.tar.gz plus-b6f72a52c7a000f146c5aff3ab8318293cbb1c42.tar.bz2 plus-b6f72a52c7a000f146c5aff3ab8318293cbb1c42.tar.xz plus-b6f72a52c7a000f146c5aff3ab8318293cbb1c42.zip |
Fix crash in setup input page with name gui.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a3a47de58..6771e2782 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -100,6 +100,7 @@ SRC += events/actionevent.h \ gui/buttoninfo.h \ gui/buttontext.h \ const/gui/chat.h \ + const/gui/pages.h \ gui/chatlog.h \ enums/gui/chatmsgtype.h \ gui/cliprect.h \ |