summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2018-12-13 16:16:08 +0100
committerJakub Steiner <jimmac@gmail.com>2018-12-13 16:41:23 +0100
commiteb8fef219c53ed29167306a8837c153625062bda (patch)
treedbe46dae2fe56770ae7fadc8a239ee9c4bdca008 /Makefile.am
parent1510580d4365120decefa96992b2b46e4e4768a8 (diff)
downloadadwaita-icon-theme-eb8fef219c53ed29167306a8837c153625062bda.tar.gz
set up new UI context in index.theme
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 58af952b5..f3dc9ef77 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,6 +78,9 @@ THEME_DIRS=$(shell SIZES="$(install_sizes)"; for size in $$SIZES; do for dir in
if test "$$context" = "status"; then \
echo "Context=Status" >> $@; \
fi; \
+ if test "$$context" = "ui"; then \
+ echo "Context=UI" >> $@; \
+ fi; \
if test "$$context" = "legacy"; then \
echo "Context=Legacy" >> $@; \
fi; \