~kroq-gar78/ubuntu/precise/gnome-control-center/fix-885947

1
2
3
4
5
6
7
8
9
10
11
12
13
14
NULL =

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

EXTRA_DIST = \
	$(icon_DATA)

clean-local :
	rm -f *~

-include $(top_srcdir)/git.mk