blob: 016ae412581dc706095216fff9cca087a5d64a13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
themedir = $(datadir)/themes/Menta-Blue/gtk-2.0/widgets/Panel
theme_DATA = \
arrow-blank.png \
arrow-down.png \
handle-h.png \
handle-v.png \
panel-bg.png \
panel-button-active.png \
panel-button-hover.png \
panel-button-inactive.png
EXTRA_DIST = $(theme_DATA)
|