~cjcurran/gnome-control-center/fix-profiles

« back to all changes in this revision

Viewing changes to panels/sound-nua/data/icons/22x22/status/Makefile.am

  • Committer: Conor Curran
  • Date: 2012-02-02 23:14:14 UTC
  • Revision ID: conor.curran@canonical.com-20120202231414-xkpgkpevzwgdorq5
make new panel for sound redesign

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NULL =
 
2
 
 
3
themedir = $(pkgdatadir)/icons/hicolor
 
4
size = 22x22
 
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