blob: f8d92cd97fa8b454e20bae7e1dcc94ba90d2e64d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
THEME_NAME=BlackMATE
themedir = $(datadir)/themes/$(THEME_NAME)/metacity-1
theme_DATA = \
metacity-theme-1.xml \
metacity-theme-2.xml \
metacity-theme-3.xml \
bar.png \
bar_unfocused.png \
button-close-focus.png \
button-max-focus1.png \
button-max-focus.png \
button-min-focus.png \
menu-button-pressed.png \
neutral.png \
unabove-button.png \
unabove-button-unfocus.png \
unfocus.png \
yellow.png
EXTRA_DIST = $(theme_DATA)
|