gnome-control-center/panels/power/icons/22x22/Makefile.am
Jakub Steiner f209ca3717 power: Use a proper icon for the panel
Rather than repurposing a status icon. We have too
much blue in System Settings

https://bugzilla.gnome.org/show_bug.cgi?id=645536
2011-09-01 15:35:02 +01:00

14 lines
196 B
Makefile

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