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

« back to all changes in this revision

Viewing changes to panels/power/icons/22x22/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Josselin Mouette, Michael Biebl
  • Date: 2011-12-16 23:55:34 UTC
  • mfrom: (0.3.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 215.
  • Revision ID: package-import@ubuntu.com-20111216235534-ruwoeyk079c01omq
Tags: 1:3.2.2-2
[ Josselin Mouette ]
* Recommend cups-pk-helper. Closes: #622688.

[ Michael Biebl ]
* Add Recommends on mesa-utils. The glxinfo utilitity is required to show
  details about the graphics card.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NULL =
 
2
 
 
3
icondir = $(datadir)/icons/hicolor/22x22/apps
 
4
icon_DATA =                             \
 
5
        gnome-power-manager.png                 \
 
6
        $(NULL)
 
7
 
 
8
EXTRA_DIST = \
 
9
        $(icon_DATA)
 
10
 
 
11
clean-local :
 
12
        rm -f *~
 
13
 
 
14
-include $(top_srcdir)/git.mk