diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-22 22:27:44 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-22 22:27:44 +0000 |
| commit | be664ec6f26b751c9163c5767d254ca9ceed5b99 (patch) | |
| tree | 571d4ef17ed127800e06e0db57f55e16bb2ec743 /lib/python/Plugins/Extensions/FileManager/Makefile.am | |
| parent | c4b0f06a73617e696cde8c80741f87d8337899c1 (diff) | |
| download | enigma2-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.am | 6 |
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 + |
