X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/17647e30993cc20d8f94f2de4a0bc78ce6b593cb..9f6a10b46af262567a5add9312927887c86531b8:/lib/python/Components/Makefile.am diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am index 969077aa..94a8c06c 100644 --- a/lib/python/Components/Makefile.am +++ b/lib/python/Components/Makefile.am @@ -1,11 +1,18 @@ installdir = $(LIBDIR)/enigma2/python/Components -install_DATA = \ +install_PYTHON = \ ActionMap.py GUISkin.py PerServiceDisplay.py TimeInput.py components.py \ Button.py HTMLComponent.py ProgressBar.py TimerList.py config.py \ Clock.py HTMLSkin.py ServiceList.py VariableText.py \ ConfigList.py Header.py ServiceName.py VariableValue.py \ EventInfo.py Label.py ServiceScan.py VolumeBar.py \ - GUIComponent.py MenuList.py TextInput.py __init__.py MovieList.py \ - InputDevice.py ServicePosition.py - + GUIComponent.py MenuList.py TextInput.py __init__.py MovieList.py \ + InputDevice.py ServicePosition.py SetupDevices.py Harddisk.py \ + AVSwitch.py Network.py RFmod.py DiskInfo.py NimManager.py Lcd.py \ + EpgList.py ScrollLabel.py Timezones.py Language.py HelpMenuList.py \ + BlinkingPixmap.py Pixmap.py ConditionalWidget.py Slider.py LanguageList.py \ + PluginList.py PluginComponent.py RecordingConfig.py About.py UsageConfig.py \ + FIFOList.py ServiceEventTracker.py Input.py TimerSanityCheck.py FileList.py \ + MultiContent.py MediaPlayer.py + +