diff options
| author | thedoc <thedoc@atom.(none)> | 2009-12-07 22:38:20 +0100 |
|---|---|---|
| committer | thedoc <thedoc@atom.(none)> | 2009-12-07 22:38:20 +0100 |
| commit | 67858ed10ece500b2cf68dafb39886a0b873ec4c (patch) | |
| tree | 70ce402d1a310eaf5299aaba929c0c9ddde2d0f7 /lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am | |
| parent | 7950c2de2dbfd5bfee3650faaf45301187f7184a (diff) | |
| download | enigma2-67858ed10ece500b2cf68dafb39886a0b873ec4c.tar.gz enigma2-67858ed10ece500b2cf68dafb39886a0b873ec4c.zip | |
first working version of TempFanControl plugin with Sensors and FanControl component
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am b/lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am new file mode 100644 index 00000000..78ff11c3 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am @@ -0,0 +1,5 @@ +installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/TempFanControl + +install_PYTHON = \ + __init__.py \ + plugin.py |
