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

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

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

noinst_DATA = 

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