blob: 71f267d68e221b3914b8d9e687e04cf85bcfee06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
themedir = $(datadir)/themes/Menta/gtk-3.0/borders
theme_DATA = \
button.png \
button-active.png \
button-active-focus.png \
button-focus.png \
button-ins.png
EXTRA_DIST = $(theme_DATA)
|