aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/FileManager/Makefile.am
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-02-22 22:27:44 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-02-22 22:27:44 +0000
commitbe664ec6f26b751c9163c5767d254ca9ceed5b99 (patch)
tree571d4ef17ed127800e06e0db57f55e16bb2ec743 /lib/python/Plugins/Extensions/FileManager/Makefile.am
parentc4b0f06a73617e696cde8c80741f87d8337899c1 (diff)
downloadenigma2-be664ec6f26b751c9163c5767d254ca9ceed5b99.tar.gz
enigma2-be664ec6f26b751c9163c5767d254ca9ceed5b99.zip
the missing plugin
Diffstat (limited to 'lib/python/Plugins/Extensions/FileManager/Makefile.am')
-rw-r--r--lib/python/Plugins/Extensions/FileManager/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/python/Plugins/Extensions/FileManager/Makefile.am b/lib/python/Plugins/Extensions/FileManager/Makefile.am
new file mode 100644
index 00000000..bf4828d1
--- /dev/null
+++ b/lib/python/Plugins/Extensions/FileManager/Makefile.am
@@ -0,0 +1,6 @@
+installdir = $(LIBDIR)/enigma2/python/Plugins/FileManager
+
+install_PYTHON = \
+ __init__.py \
+ plugin.py
+