[grilo-plugins] filesystem: 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] filesystem: Rename plugin's XML with the ID name
- Date: Mon, 12 Jul 2010 10:23:08 +0000 (UTC)
commit bcb9b3a77928a440a2a3f7b9e240bba10ebc444e
Author: Joaquim Rocha <jrocha igalia com>
Date: Tue Jun 22 16:12:22 2010 +0200
filesystem: Rename plugin's XML with the ID name
configure.ac | 1 +
src/filesystem/Makefile.am | 7 +++----
.../{libgrlfilesystem.xml => grl-filesystem.xml} | 0
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8cb0761..4707134 100644
--- a/configure.ac
+++ b/configure.ac
@@ -166,6 +166,7 @@ then
fi
FILESYSTEM_PLUGIN_ID="grl-filesystem"
+AC_SUBST(FILESYSTEM_PLUGIN_ID)
AC_DEFINE_UNQUOTED([FILESYSTEM_PLUGIN_ID], ["$FILESYSTEM_PLUGIN_ID"], [Filesystem plugin ID])
# ----------------------------------------------------------
diff --git a/src/filesystem/Makefile.am b/src/filesystem/Makefile.am
index e25c7fa..1c3f7ac 100644
--- a/src/filesystem/Makefile.am
+++ b/src/filesystem/Makefile.am
@@ -18,11 +18,10 @@ libgrlfilesystem_la_LIBADD = \
libgrlfilesystem_la_SOURCES = grl-filesystem.c grl-filesystem.h
libdir=$(GRL_PLUGINS_DIR)
+filesystemxmldir = $(GRL_PLUGINS_CONF_DIR)
+filesystemxml_DATA = $(FILESYSTEM_PLUGIN_ID).xml
-filesystemlibxmldir = $(libdir)
-filesystemlibxml_DATA = libgrlfilesystem.xml
-
-EXTRA_DIR = $(filesystemlibdata_DATA)
+EXTRA_DIR = $(filesystemxml_DATA)
MAINTAINERCLEANFILES = \
*.in \
diff --git a/src/filesystem/libgrlfilesystem.xml b/src/filesystem/grl-filesystem.xml
similarity index 100%
rename from src/filesystem/libgrlfilesystem.xml
rename to src/filesystem/grl-filesystem.xml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]