~charlesk/gnome-control-center/make-new-panel

« back to all changes in this revision

Viewing changes to panels/sound-nua/data/icons/22x22/apps/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 = $(datadir)/icons/hicolor
 
4
size = 22x22
 
5
context = apps
 
6
 
 
7
iconsdir = $(themedir)/$(size)/$(context)
 
8
 
 
9
icons_DATA =                                    \
 
10
        multimedia-volume-control.png           \
 
11
        multimedia-volume-control.svg
 
12
        $(NULL)
 
13
 
 
14
EXTRA_DIST =            \
 
15
        $(icons_DATA)   \
 
16
        $(NULL)
 
17
 
 
18
 
 
19
-include $(top_srcdir)/git.mk