blob: 45bf4163d366c1d2b19995e6374b33ad12903a31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
THEME_NAME=GreenLaguna
themedir = $(datadir)/themes/$(THEME_NAME)/metacity-1
theme_DATA = \
metacity-theme-1.xml \
metacity-theme-2.xml \
metacity-theme-3.xml \
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)
|