[grilo-plugins] metadata-store: Rename plugin's XML with the ID name
- From: Joaquim Manuel Pereira Rocha <jrocha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] metadata-store: Rename plugin's XML with the ID name
- Date: Mon, 12 Jul 2010 10:21:13 +0000 (UTC)
commit b5833a2e4521bf6a3c32538ea3faf3a9a833c284
Author: Joaquim Rocha <jrocha igalia com>
Date: Mon Jun 21 19:57:53 2010 +0200
metadata-store: Rename plugin's XML with the ID name
configure.ac | 1 +
src/metadata-store/Makefile.am | 7 +++----
...grlmetadatastore.xml => grl-metadata-store.xml} | 0
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6d81f76..9d4ff2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -534,6 +534,7 @@ then
fi
METADATA_STORE_PLUGIN_ID="grl-metadata-store"
+AC_SUBST(METADATA_STORE_PLUGIN_ID)
AC_DEFINE_UNQUOTED([METADATA_STORE_PLUGIN_ID], ["$METADATA_STORE_PLUGIN_ID"], [Metadata Store plugin ID])
# ----------------------------------------------------------
diff --git a/src/metadata-store/Makefile.am b/src/metadata-store/Makefile.am
index 4a51603..dfe8d91 100644
--- a/src/metadata-store/Makefile.am
+++ b/src/metadata-store/Makefile.am
@@ -18,11 +18,10 @@ libgrlmetadatastore_la_LIBADD = \
libgrlmetadatastore_la_SOURCES = grl-metadata-store.c grl-metadata-store.h
libdir=$(GRL_PLUGINS_DIR)
+metadatastorexmldir = $(GRL_PLUGINS_CONF_DIR)
+metadatastorexml_DATA = $(METADATA_STORE_PLUGIN_ID).xml
-metadatastorelibxmldir = $(libdir)
-metadatastorelibxml_DATA = libgrlmetadatastore.xml
-
-EXTRA_DIR = $(metadatastorelibdata_DATA)
+EXTRA_DIR = $(metadatastorexml_DATA)
MAINTAINERCLEANFILES = \
*.in \
diff --git a/src/metadata-store/libgrlmetadatastore.xml b/src/metadata-store/grl-metadata-store.xml
similarity index 100%
rename from src/metadata-store/libgrlmetadatastore.xml
rename to src/metadata-store/grl-metadata-store.xml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]