diff options
author | Stefano Karapetsas <[email protected]> | 2011-12-11 13:11:15 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-12-11 13:11:15 +0100 |
commit | 4ee2559eaaf2a94ac26c265517e9604a72729360 (patch) | |
tree | f24e3e3294c2b75819755289e592bf2e28e668c4 /gst-mixer/icons/16x16/devices/Makefile.am | |
download | mate-media-4ee2559eaaf2a94ac26c265517e9604a72729360.tar.bz2 mate-media-4ee2559eaaf2a94ac26c265517e9604a72729360.tar.xz |
moved from Mate-Extra
Diffstat (limited to 'gst-mixer/icons/16x16/devices/Makefile.am')
-rw-r--r-- | gst-mixer/icons/16x16/devices/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gst-mixer/icons/16x16/devices/Makefile.am b/gst-mixer/icons/16x16/devices/Makefile.am new file mode 100644 index 0000000..39d4d6f --- /dev/null +++ b/gst-mixer/icons/16x16/devices/Makefile.am @@ -0,0 +1,19 @@ +themedir = $(datadir)/icons/mate +size = 16x16 +context = devices + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + gvc-3d-sound.png \ + gvc-headphones.png \ + gvc-line-in.png \ + gvc-tone.png + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) + +-include $(top_srcdir)/git.mk |