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

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

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

noinst_DATA = 

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