From 4f42ebdca319a44513cfda321a35f2fa74b2a2e6 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Tue, 4 Oct 2011 11:37:15 +0200 Subject: core: Do not use theme icons for UPnP https://bugzilla.gnome.org/show_bug.cgi?id=637226 --- common.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'common.am') diff --git a/common.am b/common.am index 695a933a..8d114eb5 100644 --- a/common.am +++ b/common.am @@ -4,18 +4,17 @@ sysconfigdir = $(shareddir) desktopdir = $(shareddir) plugindir = $(abs_top_builddir)/src/plugins icondir = $(shareddir)/icons/32x32 -smallicondir = $(shareddir)/icons/48x48 -bigicondir = $(shareddir)/icons/120x120 else shareddir = $(datadir)/rygel sysconfigdir = $(sysconfdir) desktopdir = $(datadir)/applications plugindir = $(libdir)/rygel-1.0 -smallicondir = $(datadir)/icons/hicolor/48x48/apps -bigicondir = $(datadir)/icons/hicolor/120x120/apps icondir = $(datadir)/icons/hicolor/32x32/apps endif +smallicondir = $(shareddir)/icons/48x48 +bigicondir = $(shareddir)/icons/120x120 + rygeldir = $(top_srcdir)/src/rygel MAINTAINERCLEANFILES = Makefile.in -- cgit v1.2.1