blob: fb19aec8991cffd139e52a4928e9eea0a7df87ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
THEME_NAME=BlackMATE
themedir = $(datadir)/themes/$(THEME_NAME)/gnome-shell/dashtodock
theme_DATA = \
four_rtl.svg \
four.svg \
one_rtl.svg \
one.svg \
three_rtl.svg \
three.svg \
two_rtl.svg \
two.svg
EXTRA_DIST = $(theme_DATA)
|