diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-19 18:18:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-19 18:18:16 +0300 |
commit | 4f3dca2f9338402005c1bc5b6043d583f58390f0 (patch) | |
tree | 6d6477c11f46f7e16afbc0425ab4b5cb30e1d716 /src/Makefile.am | |
parent | 428746384072d9f8bd9320c880430bbb68815f3e (diff) | |
download | plus-4f3dca2f9338402005c1bc5b6043d583f58390f0.tar.gz plus-4f3dca2f9338402005c1bc5b6043d583f58390f0.tar.bz2 plus-4f3dca2f9338402005c1bc5b6043d583f58390f0.tar.xz plus-4f3dca2f9338402005c1bc5b6043d583f58390f0.zip |
Move theme colors enums and strings into combined 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 9ba65e2f2..3aecc04f3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -427,6 +427,7 @@ BASE_SRC += client.h \ gui/theme.h \ gui/themecolorsidoperators.cpp \ gui/themecolorsidoperators.h \ + gui/themecolortype.h \ gui/themeinfo.h \ gui/userpalette.cpp \ gui/userpalette.h \ |