~ubuntu-branches/ubuntu/trusty/unity-control-center/trusty

« back to all changes in this revision

Viewing changes to panels/power/icons/32x32/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-01-08 16:29:18 UTC
  • Revision ID: package-import@ubuntu.com-20140108162918-g29dd08tr913y2qh
Tags: upstream-14.04.0
ImportĀ upstreamĀ versionĀ 14.04.0

Show diffs side-by-side

added added

removed removed

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