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