aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-10 15:42:06 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-10 15:42:06 +0000
commit68662a7ac01638b0f164e8fbcf512bda45406158 (patch)
tree1175d6c14d51cdb3acbca3c0d4b6547f7d640952 /lib/python
parent38e025d2fbce0394ef586711a7404062e3e1cff8 (diff)
downloadenigma2-68662a7ac01638b0f164e8fbcf512bda45406158.tar.gz
enigma2-68662a7ac01638b0f164e8fbcf512bda45406158.zip
fix Makefile.ams to include missing .py files
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/Makefile.am2
-rw-r--r--lib/python/Screens/Makefile.am3
2 files changed, 3 insertions, 2 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
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