diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-12-20 01:10:05 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-12-20 01:10:05 +0000 |
| commit | f55319ddea837e4ec2dac563228d42b886719d9b (patch) | |
| tree | 0642a026992eee1d948307764ab602f658a97239 /lib/python/Plugins/SystemPlugins/Videomode/Makefile.am | |
| parent | c43694cf4a8f02690897ca547c2c6d0941455b99 (diff) | |
| download | enigma2-f55319ddea837e4ec2dac563228d42b886719d9b.tar.gz enigma2-f55319ddea837e4ec2dac563228d42b886719d9b.zip | |
add videomode plugin (not used yet) for advanced videomode configuration
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/Makefile.am')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/Makefile.am b/lib/python/Plugins/SystemPlugins/Videomode/Makefile.am new file mode 100644 index 00000000..3dbd934e --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/Videomode/Makefile.am @@ -0,0 +1,5 @@ +installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/Videomode + +install_PYTHON = \ + __init__.py \ + plugin.py |
