blob: 739c13d0175186551e7184723743b0d230d41135 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
themedir = $(datadir)/themes/BlueMenta/gtk-2.0/widgets
theme_DATA = \
panel.rc
EXTRA_DIST = $(theme_DATA)
SUBDIRS = \
Panel \
Null \
Others \
Scale
DIST_SUBDIRS = \
Panel \
Null \
Others \
Scale
|