Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/art/icon-theme/scalable/stock/Makefile.am
blob: 05f4b51ed9d0a526ff55ddab830a6db90530b643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
iconsize=scalable
category=stock
icondir = $(datadir)/icons/olpc/$(iconsize)/$(category)

icon_DATA =				\
	stock-add.svg			\
	stock-back.svg			\
	stock-buddy.svg			\
	stock-chat.svg			\
	stock-close.svg			\
	stock-forward.svg		\
	stock-invite.svg		\
	stock-missing.svg		\
	stock-remove.svg		\
	stock-share-mesh.svg		\
	stock-zoom-activity.svg		\
	stock-zoom-friends.svg		\
	stock-zoom-home.svg		\
	stock-zoom-mesh.svg

EXTRA_DIST = $(icon_DATA)