summaryrefslogtreecommitdiff
path: root/panels/power/icons/32x32/Makefile.am
blob: 505eb36d62e451b1e55ef0106f86aa0932f2a12b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
NULL =

icondir = $(datadir)/icons/hicolor/32x32/apps
icon_DATA = 				\
	gnome-power-manager.png			\
	$(NULL)

EXTRA_DIST = \
	$(icon_DATA)

clean-local :
	rm -f *~

-include $(top_srcdir)/git.mk