diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-10-07 10:11:17 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-10-07 10:11:17 +0000 |
| commit | 2008d01336d019811fdb67b352ebfa4da5e43a45 (patch) | |
| tree | f5310657cd9f6e627e6e70b3a0587e3de4b84021 /lib/python/Screens/Makefile.am | |
| parent | 20706bda37359411c6e53600763bdcbf8bc0ea53 (diff) | |
| download | enigma2-2008d01336d019811fdb67b352ebfa4da5e43a45.tar.gz enigma2-2008d01336d019811fdb67b352ebfa4da5e43a45.zip | |
move media player into plugin (patch by Moritz Venn, 001_enigma2_make_mediaplayer_a_plugin.patch)
Diffstat (limited to 'lib/python/Screens/Makefile.am')
| -rw-r--r-- | lib/python/Screens/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am index a92fa026..aeff3151 100644 --- a/lib/python/Screens/Makefile.am +++ b/lib/python/Screens/Makefile.am @@ -10,6 +10,6 @@ install_PYTHON = \ Dish.py LanguageSelection.py StartWizard.py PiPSetup.py Subtitles.py \ TutorialWizard.py PluginBrowser.py MinuteInput.py Scart.py PVRState.py \ Console.py InputBox.py ChoiceBox.py SimpleSummary.py ImageWizard.py \ - MediaPlayer.py TimerSelection.py PictureInPicture.py TimeDateInput.py \ + TimerSelection.py PictureInPicture.py TimeDateInput.py \ SubtitleDisplay.py SubservicesQuickzap.py ParentalControlSetup.py NumericalTextInputHelpDialog.py \ SleepTimerEdit.py Ipkg.py RdsDisplay.py Globals.py SessionGlobals.py |
