diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-01-25 00:36:41 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-01-25 00:36:41 +0000 |
| commit | 15ffc7a1a79fc23554ebefc5f6765e8bed11d6e8 (patch) | |
| tree | 5e765a02549cea51ac2d6ba6da9834a0e1975dd4 /lib/python/Plugins/SystemPlugins/VideoTune/Makefile.am | |
| parent | 9144c1ec214000e3b22b472d06cdaab33ed6627f (diff) | |
| download | enigma2-15ffc7a1a79fc23554ebefc5f6765e8bed11d6e8.tar.gz enigma2-15ffc7a1a79fc23554ebefc5f6765e8bed11d6e8.zip | |
add VideoTune plugin
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/VideoTune/Makefile.am')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/VideoTune/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/VideoTune/Makefile.am b/lib/python/Plugins/SystemPlugins/VideoTune/Makefile.am new file mode 100644 index 00000000..5872c362 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/VideoTune/Makefile.am @@ -0,0 +1,5 @@ +installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/VideoTune + +install_PYTHON = \ + __init__.py \ + plugin.py |
