blob: 5032ef7801f7138c81145f4c31fc3d57cd3d270c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
themedir = $(datadir)/themes/Menta/gtk-2.0/widgets/Scale
theme_DATA = \
slider.png \
slider-hover.png \
slider-ins.png \
trough-horizontal.png \
trough-vertical.png
EXTRA_DIST = $(theme_DATA)
|