summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2015-10-11 19:04:53 +0200
committerJens Georg <mail@jensge.org>2015-10-12 18:32:48 +0200
commit49599683f4626ce1c89189f8fcfba9dcbc8760fc (patch)
tree53429b3eba757b27d98ece9398f6f77c7337708e
parent1fb6a0f71a2e6fe27da31c3c7b6b2af032deeb8c (diff)
downloadrygel-49599683f4626ce1c89189f8fcfba9dcbc8760fc.tar.gz
data: Do not distribute scalable icons in tarball
Adresses https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800896 Signed-off-by: Jens Georg <mail@jensge.org>
-rw-r--r--configure.ac1
-rw-r--r--data/icons/Makefile.am2
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c71a7017..ca84df85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -525,7 +525,6 @@ data/icons/32x32/Makefile
data/icons/48x48/Makefile
data/icons/120x120/Makefile
data/icons/128x128/Makefile
-data/icons/scalable/Makefile
data/rygel.desktop.in
data/rygel-preferences.desktop.in
doc/Makefile
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index f76f9b99..ab276d03 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1 +1 @@
-SUBDIRS = 128x128 120x120 48x48 32x32 scalable
+SUBDIRS = 128x128 120x120 48x48 32x32