~ubuntu-branches/ubuntu/precise/gnome-control-center/precise-updates

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

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

EXTRA_DIST = \
	$(icon_DATA)

clean-local :
	rm -f *~

-include $(top_srcdir)/git.mk