From 17d8531dea01daf304f31c941b896d3acdc005f2 Mon Sep 17 00:00:00 2001 From: jrl Date: Fri, 27 Oct 2006 08:28:42 +0000 Subject: [PATCH] 2006-10-27 James Livingston * plugins/artdisplay/Makefile.am: * plugins/audioscrobbler/Makefile.am: * plugins/iradio/Makefile.am: fix make clean --- ChangeLog | 6 ++++++ plugins/artdisplay/Makefile.am | 3 +-- plugins/audioscrobbler/Makefile.am | 1 - plugins/iradio/Makefile.am | 1 - 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9e95080c..06ff3d2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-10-27 James Livingston + + * plugins/artdisplay/Makefile.am: + * plugins/audioscrobbler/Makefile.am: + * plugins/iradio/Makefile.am: fix make clean + 2006-10-26 Jonathan Matthew * rhythmdb/rhythmdb-query.c: (rhythmdb_read_encoded_property): diff --git a/plugins/artdisplay/Makefile.am b/plugins/artdisplay/Makefile.am index 10f4e924..9252aad6 100644 --- a/plugins/artdisplay/Makefile.am +++ b/plugins/artdisplay/Makefile.am @@ -7,8 +7,7 @@ plugindir = $(PLUGINDIR)/artdisplay plugin_in_files = artdisplay.rb-plugin.desktop.in %.rb-plugin: %.rb-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache -plugin_DATA = $(plugin_in_files:.rb-plugin.desktop.in=.rb-plugin) \ - rhythmbox-missing-artwork.svg +plugin_DATA = $(plugin_in_files:.rb-plugin.desktop.in=.rb-plugin) EXTRA_DIST = $(plugin_in_files) \ rhythmbox-missing-artwork.svg diff --git a/plugins/audioscrobbler/Makefile.am b/plugins/audioscrobbler/Makefile.am index e0635b0d..0027ceab 100644 --- a/plugins/audioscrobbler/Makefile.am +++ b/plugins/audioscrobbler/Makefile.am @@ -51,7 +51,6 @@ BUILT_SOURCES = \ plugin_DATA = \ $(BUILT_SOURCES) \ - as-powered.png \ $(NULL) EXTRA_DIST = \ diff --git a/plugins/iradio/Makefile.am b/plugins/iradio/Makefile.am index 2eb0fb72..ca7ce0e0 100644 --- a/plugins/iradio/Makefile.am +++ b/plugins/iradio/Makefile.am @@ -52,7 +52,6 @@ BUILT_SOURCES = \ plugin_DATA = \ $(BUILT_SOURCES) \ - iradio-ui.xml \ $(NULL) EXTRA_DIST = \ -- 2.11.4.GIT