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

« back to all changes in this revision

Viewing changes to panels/sound/data/icons/scalable/devices/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 = 48x48
 
5
context = devices
 
6
 
 
7
iconsdir = $(themedir)/$(size)/$(context)
 
8
 
 
9
icons_DATA =                                    \
 
10
        audio-speaker-center.svg                \
 
11
        audio-speaker-center-testing.svg        \
 
12
        audio-speaker-left-back.svg             \
 
13
        audio-speaker-left-back-testing.svg     \
 
14
        audio-speaker-left.svg                  \
 
15
        audio-speaker-left-side.svg             \
 
16
        audio-speaker-left-side-testing.svg     \
 
17
        audio-speaker-left-testing.svg          \
 
18
        audio-speaker-right-back.svg            \
 
19
        audio-speaker-right-back-testing.svg    \
 
20
        audio-speaker-right.svg                 \
 
21
        audio-speaker-right-side.svg            \
 
22
        audio-speaker-right-side-testing.svg    \
 
23
        audio-speaker-right-testing.svg         \
 
24
        audio-speaker-center-back-testing.svg   \
 
25
        audio-speaker-center-back.svg           \
 
26
        audio-subwoofer.svg                     \
 
27
        audio-subwoofer-testing.svg             \
 
28
        $(NULL)
 
29
 
 
30
EXTRA_DIST =            \
 
31
        $(icons_DATA)   \
 
32
        $(NULL)
 
33
 
 
34
 
 
35
-include $(top_srcdir)/git.mk