changeset 1183:ddd9ece3ce55 trunk

[svn] - ok...
author nenolod
date Sun, 11 Jun 2006 22:10:48 -0700
parents 79e24a845e57
children b146ec74d778
files ChangeLog Plugins/General/scrobbler/Makefile.in
diffstat 2 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jun 11 22:03:53 2006 -0700
+++ b/ChangeLog	Sun Jun 11 22:10:48 2006 -0700
@@ -1,3 +1,14 @@
+2006-06-12 05:03:53 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1274]
+  - scrobbler icon of doom (since it's part of the scrobbler bundle, it 
+    lives in the scrobbler plugin source.)
+  
+
+  Changes:        Modified:
+  +2 -0           trunk/Plugins/General/scrobbler/Makefile.in  
+  +0 -0           trunk/Plugins/General/scrobbler/audioscrobbler.png  
+
+
 2006-06-12 04:41:37 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1272]
   - cleanups
--- a/Plugins/General/scrobbler/Makefile.in	Sun Jun 11 22:03:53 2006 -0700
+++ b/Plugins/General/scrobbler/Makefile.in	Sun Jun 11 22:10:48 2006 -0700
@@ -5,7 +5,9 @@
 
 OBJECTIVE_LIBS = libscrobbler.so
 
-OBJECTIVE_DATA = audioscrobbler.png:$(DATA_DIR)/icons
+imagesdir = $(pkgdatadir)/images
+
+OBJECTIVE_DATA = audioscrobbler.png:$(imagesdir)
 
 LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR)