diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-11-30 02:42:02 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-11-30 02:42:02 +0000 |
| commit | d5b16c08f65ed4d02aa3470d8f1f26cbaf18c9e5 (patch) | |
| tree | 30d567223cc012d130480f5f788ba1e47e7523dd /lib/python/Plugins/Extensions/SimpleRSS/Makefile.am | |
| parent | aaa2366d5a85764feb76a1615a6c557a75c82894 (diff) | |
| download | enigma2-d5b16c08f65ed4d02aa3470d8f1f26cbaf18c9e5.tar.gz enigma2-d5b16c08f65ed4d02aa3470d8f1f26cbaf18c9e5.zip | |
add SimpleRSS, a very simple RSS reader, including broken podcast support
Diffstat (limited to 'lib/python/Plugins/Extensions/SimpleRSS/Makefile.am')
| -rw-r--r-- | lib/python/Plugins/Extensions/SimpleRSS/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
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 + |
