add ResourceManager for handling resources in inter plugin communication
[enigma2.git] / lib / python / Components / Makefile.am
index 2000eb9f8374efb7f92c25446487009d66257da8..9c04701b4822ffdb707530331fe75049da5ff768 100644 (file)
@@ -1,11 +1,21 @@
 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 Network.py RFmod.py DiskInfo.py
+       HTMLSkin.py ServiceList.py VariableText.py                              \
+       ConfigList.py VariableValue.py                                          \
+       Label.py ServiceScan.py VolumeBar.py VolumeControl.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              \
+       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 ParentalControl.py ParentalControlList.py \
+       Ipkg.py SelectionList.py Scanner.py SystemInfo.py DreamInfoHandler.py \
+       Task.py language_cache.py Console.py ResourceManager.py