diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-10 15:49:41 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-10 15:49:41 +0000 |
| commit | 53a2c0881c4222135ac434305b5bc2e43cc14b5c (patch) | |
| tree | be974f6199f8d4896e9397c3a169886ba89ac127 /lib/python/Components | |
| parent | 080311b9d58865489316e21a279a50cc4ec49c39 (diff) | |
| download | enigma2-53a2c0881c4222135ac434305b5bc2e43cc14b5c.tar.gz enigma2-53a2c0881c4222135ac434305b5bc2e43cc14b5c.zip | |
make it compatible to smaller screens, even if it need 2 bytes more
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am index 1853b9bd..bd5ad96a 100644 --- a/lib/python/Components/Makefile.am +++ b/lib/python/Components/Makefile.am @@ -8,4 +8,5 @@ install_PYTHON = \ 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 NimManager.py Lcd.py EpgList.py + AVSwitch.py Network.py RFmod.py DiskInfo.py NimManager.py Lcd.py \ + EpgList.py |
