blob: 4752dbd15130f6136c170ef1fdf0ea2bf192a916 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
themedir = $(datadir)/themes/aldabra/metacity-1
theme_DATA = \
metacity-theme-1.xml \
metacity-theme-2.xml \
metacity-theme-3.xml \
background.png \
button_close.png \
button_close_prelight.png \
button_close_pressed.png
EXTRA_DIST = $(theme_DATA)
|