diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-11-07 18:41:14 +0100 |
|---|---|---|
| committer | Stefan <stefan@tuxboxls.(none)> | 2008-12-16 19:55:34 +0100 |
| commit | 67b8794397ca2ac4e05c59fc417456f4d4cac8f0 (patch) | |
| tree | b1ac74cc0344b6d2106d31343731101a6156936b /lib/python/Components/Makefile.am | |
| parent | 00cc3e8df7fec482a953416c1bb76d7be7f7a8ba (diff) | |
| download | enigma2-67b8794397ca2ac4e05c59fc417456f4d4cac8f0.tar.gz enigma2-67b8794397ca2ac4e05c59fc417456f4d4cac8f0.zip | |
add ResourceManager for handling resources in inter plugin communication
Diffstat (limited to 'lib/python/Components/Makefile.am')
| -rw-r--r-- | lib/python/Components/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am index fda58bf3..9c04701b 100644 --- a/lib/python/Components/Makefile.am +++ b/lib/python/Components/Makefile.am @@ -18,4 +18,4 @@ install_PYTHON = \ 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 + Task.py language_cache.py Console.py ResourceManager.py |
