blob: 80f298d7a2e73f11b159f05d5a1b540eacd06e85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
themedir = $(datadir)/themes/BlueMenta/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)
|