diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-10 15:42:06 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-10 15:42:06 +0000 |
| commit | 68662a7ac01638b0f164e8fbcf512bda45406158 (patch) | |
| tree | 1175d6c14d51cdb3acbca3c0d4b6547f7d640952 /lib/python/Components/Makefile.am | |
| parent | 38e025d2fbce0394ef586711a7404062e3e1cff8 (diff) | |
| download | enigma2-68662a7ac01638b0f164e8fbcf512bda45406158.tar.gz enigma2-68662a7ac01638b0f164e8fbcf512bda45406158.zip | |
fix Makefile.ams to include missing .py files
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 673982df..1853b9bd 100644 --- a/lib/python/Components/Makefile.am +++ b/lib/python/Components/Makefile.am @@ -8,4 +8,4 @@ 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 + AVSwitch.py Network.py RFmod.py DiskInfo.py NimManager.py Lcd.py EpgList.py |
