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