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



commit 1fe579a0ab59ca34f0dd6b17982e83ec9a869f45
Author: Joaquim Rocha <jrocha igalia com>
Date:   Mon Jun 21 21:18:34 2010 +0200

    podcasts: Rename plugin's XML with the ID name

 configure.ac                                       |    1 +
 src/podcasts/Makefile.am                           |    7 +++----
 .../{libgrlpodcasts.xml => grl-podcasts.xml}       |    0
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4386591..f95abfd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -389,6 +389,7 @@ then
 fi
 
 PODCASTS_PLUGIN_ID="grl-podcasts"
+AC_SUBST(PODCASTS_PLUGIN_ID)
 AC_DEFINE_UNQUOTED([PODCASTS_PLUGIN_ID], ["$PODCASTS_PLUGIN_ID"], [Podcasts plugin ID])
 
 # ----------------------------------------------------------
diff --git a/src/podcasts/Makefile.am b/src/podcasts/Makefile.am
index a4925b7..9404254 100644
--- a/src/podcasts/Makefile.am
+++ b/src/podcasts/Makefile.am
@@ -22,11 +22,10 @@ libgrlpodcasts_la_LIBADD =	\
 libgrlpodcasts_la_SOURCES = grl-podcasts.c grl-podcasts.h
 
 libdir=$(GRL_PLUGINS_DIR)
+podcastsxmldir		= $(GRL_PLUGINS_CONF_DIR)
+podcastsxml_DATA	= $(PODCASTS_PLUGIN_ID).xml
 
-podcastslibxmldir	= $(libdir)
-podcastslibxml_DATA	= libgrlpodcasts.xml
-
-EXTRA_DIR = $(podcastslibdata_DATA)
+EXTRA_DIR = $(podcastsxml_DATA)
 
 MAINTAINERCLEANFILES =	\
 	*.in		\
diff --git a/src/podcasts/libgrlpodcasts.xml b/src/podcasts/grl-podcasts.xml
similarity index 100%
rename from src/podcasts/libgrlpodcasts.xml
rename to src/podcasts/grl-podcasts.xml



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