diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-27 18:20:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-27 18:20:59 +0300 |
commit | 19e3c0f6b80b41e1dca65899053590f59952e3fb (patch) | |
tree | 547cdc99ec11ce74d674b22003ca8927891d67a4 /src/Makefile.am | |
parent | 6917c126fbee146183433367be9a3d8fef94a1dd (diff) | |
download | plus-19e3c0f6b80b41e1dca65899053590f59952e3fb.tar.gz plus-19e3c0f6b80b41e1dca65899053590f59952e3fb.tar.bz2 plus-19e3c0f6b80b41e1dca65899053590f59952e3fb.tar.xz plus-19e3c0f6b80b41e1dca65899053590f59952e3fb.zip |
Move color names into separate file.
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 4cabb17b9..dcadc4cc4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -123,6 +123,7 @@ SRC += events/actionevent.h \ enums/gui/browserboxmode.h \ enums/gui/chatmsgtype.h \ enums/gui/chattabtype.h \ + enums/gui/colorname.h \ gui/cliprect.h \ gui/color.h \ enums/gui/dialogtype.h \ |