From: Ronny Strutz Date: Wed, 31 Aug 2005 01:16:13 +0000 (+0000) Subject: add avswitch X-Git-Tag: 2.6.0~5675 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/dbfb28898da3f2baea2921f7ab7db323b3ca8a88 add avswitch add avswitch --- diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am index 7b1e9e2b..05b7c0d4 100644 --- a/lib/python/Components/Makefile.am +++ b/lib/python/Components/Makefile.am @@ -7,4 +7,5 @@ install_DATA = \ 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 + InputDevice.py ServicePosition.py SetupDevices.py Harddisk.py \ + AVSwitch.py