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