[grilo-plugins] lastfm-albumart: Rename plugin's XML with the ID name



commit 3a12795286fdeb4fe2f8d77c528815513d2e19ef
Author: Joaquim Rocha <jrocha igalia com>
Date:   Tue Jun 22 12:52:48 2010 +0200

    lastfm-albumart: Rename plugin's XML with the ID name

 configure.ac                                       |    1 +
 src/lastfm-albumart/Makefile.am                    |    7 +++----
 ...lastfm-albumart.xml => grl-lastfm-albumart.xml} |    0
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 46d0c07..973d67a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -234,6 +234,7 @@ then
 fi
 
 LASTFM_ALBUMART_PLUGIN_ID="grl-lastfm-albumart"
+AC_SUBST(LASTFM_ALBUMART_PLUGIN_ID)
 AC_DEFINE_UNQUOTED([LASTFM_ALBUMART_PLUGIN_ID], ["$LASTFM_ALBUMART_PLUGIN_ID"], [Last.fm album art plugin ID])
 
 # ----------------------------------------------------------
diff --git a/src/lastfm-albumart/Makefile.am b/src/lastfm-albumart/Makefile.am
index 43d58cd..757756d 100644
--- a/src/lastfm-albumart/Makefile.am
+++ b/src/lastfm-albumart/Makefile.am
@@ -20,11 +20,10 @@ libgrllastfm_albumart_la_LIBADD =	\
 libgrllastfm_albumart_la_SOURCES = grl-lastfm-albumart.c grl-lastfm-albumart.h
 
 libdir=$(GRL_PLUGINS_DIR)
+lastfmalbumartxmldir	= $(GRL_PLUGINS_CONF_DIR)
+lastfmalbumartxml_DATA	= $(LASTFM_ALBUMART_PLUGIN_ID).xml
 
-lastfmalbumartlibxmldir		= $(libdir)
-lastfmalbumartlibxml_DATA	= libgrllastfm-albumart.xml
-
-EXTRA_DIR = $(lastfmalbumartlibdata_DATA)
+EXTRA_DIR = $(lastfmalbumartxml_DATA)
 
 MAINTAINERCLEANFILES =	\
 	*.in	\
diff --git a/src/lastfm-albumart/libgrllastfm-albumart.xml b/src/lastfm-albumart/grl-lastfm-albumart.xml
similarity index 100%
rename from src/lastfm-albumart/libgrllastfm-albumart.xml
rename to src/lastfm-albumart/grl-lastfm-albumart.xml



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]