diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-09-29 22:10:55 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-09-29 22:10:55 +0000 |
| commit | 3bb123519259a57b81ee84e2632e1ef0e2137399 (patch) | |
| tree | 3635c2f3ea021cddb425d39c6e1191e8f06ac92a /lib/python/Screens/Makefile.am | |
| parent | dc4baf46885bc1369f995ee739b976ee2759e649 (diff) | |
| download | enigma2-3bb123519259a57b81ee84e2632e1ef0e2137399.tar.gz enigma2-3bb123519259a57b81ee84e2632e1ef0e2137399.zip | |
add FixedMenu
Diffstat (limited to 'lib/python/Screens/Makefile.am')
| -rw-r--r-- | lib/python/Screens/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am index 6ebec27b..77f35efe 100644 --- a/lib/python/Screens/Makefile.am +++ b/lib/python/Screens/Makefile.am @@ -3,5 +3,5 @@ installdir = $(LIBDIR)/enigma2/python/Screens install_DATA = \ 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 Satconfig.py \ - __init__.py + MovieSelection.py Setup.py About.py HarddiskSetup.py FixedMenu.py \ + Satconfig.py __init__.py |
