add ResourceManager for handling resources in inter plugin communication
[enigma2.git] / lib / python / Components / Makefile.am
index 7a17eb7460dcc7d730202812052ccacc03327e5f..9c04701b4822ffdb707530331fe75049da5ff768 100644 (file)
@@ -6,8 +6,8 @@ install_PYTHON = \
        ActionMap.py GUISkin.py PerServiceDisplay.py components.py              \
        Button.py HTMLComponent.py ProgressBar.py TimerList.py config.py        \
        HTMLSkin.py ServiceList.py VariableText.py                              \
-       ConfigList.py Header.py VariableValue.py                                \
-       Label.py ServiceScan.py VolumeBar.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        \
@@ -17,4 +17,5 @@ install_PYTHON = \
        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
+       Ipkg.py SelectionList.py Scanner.py SystemInfo.py DreamInfoHandler.py \
+       Task.py language_cache.py Console.py ResourceManager.py