[PATCH 24/28] [upnp] Add plugin's XML file



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

diff --git a/src/upnp/Makefile.am b/src/upnp/Makefile.am
index 8426c9c..9c0014c 100644
--- a/src/upnp/Makefile.am
+++ b/src/upnp/Makefile.am
@@ -34,6 +34,11 @@ libgrlupnp_la_SOURCES = grl-upnp.c grl-upnp.h
 
 libdir = $(GRL_PLUGINS_DIR)
 
+upnplibxmldir		= $(libdir)
+upnplibxml_DATA	= libgrlupnp.xml
+
+EXTRA_DIR = $(upnplibdata_DATA)
+
 MAINTAINERCLEANFILES =	\
 	*.in		\
 	*~
diff --git a/src/upnp/libgrlupnp.xml b/src/upnp/libgrlupnp.xml
new file mode 100644
index 0000000..3617b98
--- /dev/null
+++ b/src/upnp/libgrlupnp.xml
@@ -0,0 +1,9 @@
+<plugin>
+  <info>
+    <name>UPnP</name>
+    <description>A plugin for browsing UPnP servers</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]