~kroq-gar78/ubuntu/precise/gnome-control-center/fix-885947

« back to all changes in this revision

Viewing changes to panels/sound/data/icons/32x32/apps/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2011-05-17 10:47:27 UTC
  • mto: (206.1.1 oneiric-proposed)
  • mto: This revision was merged to the branch mainline in revision 165.
  • Revision ID: james.westby@ubuntu.com-20110517104727-ky274kr7t5a1nk9r
Tags: upstream-3.0.1.1
ImportĀ upstreamĀ versionĀ 3.0.1.1

Show diffs side-by-side

added added

removed removed

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