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

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

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

noinst_DATA = 

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