~ubuntu-branches/ubuntu/precise/gnome-control-center/precise-updates

« back to all changes in this revision

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

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 = scalable
 
5
context = apps
 
6
 
 
7
iconsdir = $(themedir)/$(size)/$(context)
 
8
 
 
9
icons_DATA =                                    \
 
10
        multimedia-volume-control.svg           \
 
11
        $(NULL)
 
12
 
 
13
EXTRA_DIST =            \
 
14
        $(icons_DATA)   \
 
15
        $(NULL)
 
16
 
 
17
 
 
18
-include $(top_srcdir)/git.mk