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/Screens | |
| parent | 38e025d2fbce0394ef586711a7404062e3e1cff8 (diff) | |
| download | enigma2-68662a7ac01638b0f164e8fbcf512bda45406158.tar.gz enigma2-68662a7ac01638b0f164e8fbcf512bda45406158.zip | |
fix Makefile.ams to include missing .py files
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am index f77e1524..30e8f540 100644 --- a/lib/python/Screens/Makefile.am +++ b/lib/python/Screens/Makefile.am @@ -4,4 +4,5 @@ install_PYTHON = \ ChannelSelection.py ClockDisplay.py ConfigMenu.py InfoBar.py Menu.py \ MessageBox.py ScartLoopThrough.py Screen.py ServiceScan.py TimerEdit.py \ MovieSelection.py Setup.py About.py HarddiskSetup.py FixedMenu.py \ - Satconfig.py ScanSetup.py NetworkSetup.py Ci.py TimerEntry.py Volume.py Mute.py __init__.py + Satconfig.py ScanSetup.py NetworkSetup.py Ci.py TimerEntry.py Volume.py \ + EpgSelection.py Mute.py __init__.py |
