summaryrefslogtreecommitdiff
path: root/data/icons/22x22/actions/Makefile.am
blob: e69fab1260b5f902699c4ef40a039791e8a7deb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
themedir = $(pkgdatadir)/icons/hicolor
size = 22x22
context = actions

iconsdir = $(themedir)/$(size)/$(context)

icons_DATA = 			  \
	gpm-hibernate.png	  \
	gpm-suspend.png

noinst_DATA = 

EXTRA_DIST =		\
	$(icons_DATA)	\
	$(noinst_DATA)