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

« back to all changes in this revision

Viewing changes to panels/sound/data/icons/24x24/status/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
themedir = $(pkgdatadir)/icons/hicolor
 
4
size = 24x24
 
5
context = status
 
6
 
 
7
iconsdir = $(themedir)/$(size)/$(context)
 
8
 
 
9
icons_DATA =                                    \
 
10
        audio-input-microphone-high.png         \
 
11
        audio-input-microphone-low.png          \
 
12
        audio-input-microphone-medium.png       \
 
13
        audio-input-microphone-muted.png        \
 
14
        $(NULL)
 
15
 
 
16
EXTRA_DIST =            \
 
17
        $(icons_DATA)   \
 
18
        $(NULL)
 
19
 
 
20
 
 
21
-include $(top_srcdir)/git.mk