aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Makefile.am
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2010-05-25 10:43:10 +0200
committerFraxinas <andreas.frisch@multimedia-labs.de>2010-05-30 23:56:27 +0200
commit276d3d52d86a1b1701b42b998dd658374431d3b8 (patch)
tree190fff6f69a5173518e4b174be08c995a145b835 /lib/python/Screens/Makefile.am
parent5744198c4276074cb812e23760f41e647dc0edd7 (diff)
downloadenigma2-276d3d52d86a1b1701b42b998dd658374431d3b8.tar.gz
enigma2-276d3d52d86a1b1701b42b998dd658374431d3b8.zip
experimentally merge audio + subtitle streams selection dialogs into one
Diffstat (limited to 'lib/python/Screens/Makefile.am')
-rwxr-xr-xlib/python/Screens/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am
index d96b491e..5cec5127 100755
--- a/lib/python/Screens/Makefile.am
+++ b/lib/python/Screens/Makefile.am
@@ -1,13 +1,13 @@
installdir = $(pkglibdir)/python/Screens
install_PYTHON = \
- ChannelSelection.py ClockDisplay.py ConfigMenu.py InfoBar.py Menu.py \
- MessageBox.py Screen.py ServiceScan.py TimerEdit.py \
+ AudioSelection.py ChannelSelection.py ClockDisplay.py ConfigMenu.py InfoBar.py \
+ Menu.py MessageBox.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 \
EpgSelection.py EventView.py Mute.py Standby.py ServiceInfo.py \
InfoBarGenerics.py HelpMenu.py Wizard.py __init__.py \
- Dish.py LanguageSelection.py StartWizard.py PiPSetup.py Subtitles.py \
+ Dish.py LanguageSelection.py StartWizard.py PiPSetup.py \
TutorialWizard.py PluginBrowser.py MinuteInput.py Scart.py PVRState.py \
Console.py InputBox.py ChoiceBox.py SimpleSummary.py \
TimerSelection.py PictureInPicture.py TimeDateInput.py \