From d5b16c08f65ed4d02aa3470d8f1f26cbaf18c9e5 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 30 Nov 2006 02:42:02 +0000 Subject: add SimpleRSS, a very simple RSS reader, including broken podcast support --- lib/python/Plugins/Extensions/SimpleRSS/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/python/Plugins/Extensions/SimpleRSS/Makefile.am (limited to 'lib/python/Plugins/Extensions/SimpleRSS/Makefile.am') diff --git a/lib/python/Plugins/Extensions/SimpleRSS/Makefile.am b/lib/python/Plugins/Extensions/SimpleRSS/Makefile.am new file mode 100644 index 00000000..660a8df0 --- /dev/null +++ b/lib/python/Plugins/Extensions/SimpleRSS/Makefile.am @@ -0,0 +1,6 @@ +installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/SimpleRSS + +install_PYTHON = \ + __init__.py \ + plugin.py + -- cgit v1.2.3