blob: 08dfb7a1415aea4d156ed89131a5cde8ac1a6d43 (
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)
|