blob: 18fde37489ed808b9922e8b2e52fb2935e6ee1ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
themedir = $(datadir)/themes/Menta/gnome-shell
theme_DATA = \
calendar-arrow-left.svg \
calendar-arrow-right.svg \
checkbox-focused.svg \
checkbox-off-focused.svg \
checkbox-off.svg \
checkbox.svg \
close.svg \
close-window.svg \
corner-ripple-ltr.png \
corner-ripple-rtl.png \
dash-placeholder.svg \
filter-selected-ltr.svg \
filter-selected-rtl.svg \
gdm.css \
gnome-shell.css \
heart-hover.png \
heart.png \
logged-in-indicator.svg \
message-tray-background.png \
noise-texture.png \
panel-button-border.svg \
panel-button-highlight-narrow.svg \
panel-button-highlight-wide.svg \
process-working.svg \
running-indicator.svg \
summary-counter.svg
EXTRA_DIST = $(theme_DATA)
|