X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FMakefile.am;h=d5be868201a29f50ab7fc00090d50bdc909dc21e;hb=834bbf9162cfd90cd063e25aa45fc3c28fdee742;hp=bcecc1efa2eb403d069b84971f00ad2ecaf77e04;hpb=7e3e90678897a0924cd365e117fd71679032dc40;p=vuplus_dvbapp diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am index bcecc1e..d5be868 100644 --- a/lib/python/Components/Makefile.am +++ b/lib/python/Components/Makefile.am @@ -1,11 +1,20 @@ installdir = $(LIBDIR)/enigma2/python/Components -install_DATA = \ - ActionMap.py GUISkin.py PerServiceDisplay.py TimeInput.py components.py \ +SUBDIRS = Sources Converter Renderer + +install_PYTHON = \ + ActionMap.py GUISkin.py PerServiceDisplay.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 SetupDevices.py Harddisk.py \ - AVSwitch.py VariableIP.py IPAddress.py IPNameserver.py IPGateway.py Network.py + GUIComponent.py MenuList.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 TunerInfo.py VideoWindow.py ChoiceList.py \ + Element.py Playlist.py ProviderName.py Date.py +