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