Mercurial > audlegacy
changeset 1182:79e24a845e57 trunk
[svn] - scrobbler icon of doom (since it's part of the scrobbler bundle, it
lives in the scrobbler plugin source.)
author | nenolod |
---|---|
date | Sun, 11 Jun 2006 22:03:53 -0700 |
parents | a9ecbf4443d3 |
children | ddd9ece3ce55 |
files | ChangeLog Plugins/General/scrobbler/Makefile.in Plugins/General/scrobbler/audioscrobbler.png |
diffstat | 3 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Jun 11 21:41:37 2006 -0700 +++ b/ChangeLog Sun Jun 11 22:03:53 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-12 04:41:37 +0000 William Pitcock <nenolod@nenolod.net> + revision [1272] + - cleanups + + + Changes: Modified: + +2 -33 trunk/Plugins/General/scrobbler/configure.c + + 2006-06-12 04:36:11 +0000 William Pitcock <nenolod@nenolod.net> revision [1270] - fix page display bug
--- a/Plugins/General/scrobbler/Makefile.in Sun Jun 11 21:41:37 2006 -0700 +++ b/Plugins/General/scrobbler/Makefile.in Sun Jun 11 22:03:53 2006 -0700 @@ -5,6 +5,8 @@ OBJECTIVE_LIBS = libscrobbler.so +OBJECTIVE_DATA = audioscrobbler.png:$(DATA_DIR)/icons + LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) LIBADD += $(GTK_LIBS) $(CURL_LIBS) $(MUSICBRAINZ_LIBS)