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/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/Makefile.am')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Makefile.am b/lib/python/Plugins/SystemPlugins/Makefile.am index a8b187dc..9cc538f3 100755 --- a/lib/python/Plugins/SystemPlugins/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/Makefile.am @@ -3,7 +3,8 @@ installdir = $(pkglibdir)/python/Plugins/SystemPlugins SUBDIRS = SoftwareManager FrontprocessorUpgrade PositionerSetup Satfinder \ SkinSelector SatelliteEquipmentControl Videomode VideoTune Hotplug \ DefaultServicesScanner NFIFlash DiseqcTester CommonInterfaceAssignment \ - CrashlogAutoSubmit CleanupWizard VideoEnhancement WirelessLan NetworkWizard + CrashlogAutoSubmit CleanupWizard VideoEnhancement WirelessLan NetworkWizard \ + TempFanControl install_PYTHON = \ __init__.py |
