summaryrefslogtreecommitdiff
path: root/desktop-themes/Aldabra/gtk-3.0/assets/Makefile.am
blob: 975d3d5b6f8647e107dcf2974c3e83a14037dca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

themedir = $(datadir)/themes/Aldabra/gtk-3.0/assets

theme_DATA = \
	checkbox-checked-insensitive.svg \
	radio-mixed.svg \
	checkbox-checked.svg \
	radio-selected-insensitive.svg \
	checkbox-mixed.svg \
	radio-selected.svg \
	checkbox-unchecked-insensitive.svg \
	radio-unselected-insensitive.svg \
	checkbox-unchecked.svg \
	radio-unselected.svg

EXTRA_DIST = $(theme_DATA)