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

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

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

noinst_DATA = 

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