[PATCH 18/28] [metadata-store] Add plugin's XML file



---
 src/metadata-store/Makefile.am             |    5 +++++
 src/metadata-store/libgrlmetadatastore.xml |    9 +++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 src/metadata-store/libgrlmetadatastore.xml

diff --git a/src/metadata-store/Makefile.am b/src/metadata-store/Makefile.am
index 4f6e9d2..4a51603 100644
--- a/src/metadata-store/Makefile.am
+++ b/src/metadata-store/Makefile.am
@@ -19,6 +19,11 @@ libgrlmetadatastore_la_SOURCES = grl-metadata-store.c grl-metadata-store.h
 
 libdir=$(GRL_PLUGINS_DIR)
 
+metadatastorelibxmldir		= $(libdir)
+metadatastorelibxml_DATA	= libgrlmetadatastore.xml
+
+EXTRA_DIR = $(metadatastorelibdata_DATA)
+
 MAINTAINERCLEANFILES	 = \
 	*.in \
 	*~
diff --git a/src/metadata-store/libgrlmetadatastore.xml b/src/metadata-store/libgrlmetadatastore.xml
new file mode 100644
index 0000000..b8bbbb8
--- /dev/null
+++ b/src/metadata-store/libgrlmetadatastore.xml
@@ -0,0 +1,9 @@
+<plugin>
+  <info>
+    <name>Metadata Store</name>
+    <description>A plugin for storing extra metadata information</description>
+    <author>Igalia S.L.</author>
+    <license>LGPL</license>
+    <site>http://www.igalia.com</site>
+  </info>
+</plugin>
-- 
1.7.0.4



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