aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/PicturePlayer
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-11-19 21:06:48 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-11-19 21:06:48 +0000
commitcfb99416de94ed21efcacbe6eaf93a62b3510950 (patch)
treecf35c2c4a3f38fb1ad74bf9f101fb6f158a71ddd /lib/python/Plugins/Extensions/PicturePlayer
parent360342ae4c0d2c178c331556d6daf72fb0b2e816 (diff)
downloadenigma2-cfb99416de94ed21efcacbe6eaf93a62b3510950.tar.gz
enigma2-cfb99416de94ed21efcacbe6eaf93a62b3510950.zip
add missing file
Diffstat (limited to 'lib/python/Plugins/Extensions/PicturePlayer')
-rw-r--r--lib/python/Plugins/Extensions/PicturePlayer/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/python/Plugins/Extensions/PicturePlayer/Makefile.am b/lib/python/Plugins/Extensions/PicturePlayer/Makefile.am
new file mode 100644
index 00000000..d9020ae1
--- /dev/null
+++ b/lib/python/Plugins/Extensions/PicturePlayer/Makefile.am
@@ -0,0 +1,8 @@
+installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/PicturePlayer
+
+install_PYTHON = \
+ __init__.py \
+ plugin.py \
+ pictureplayer.png
+
+