From: Felix Domke Date: Sat, 8 Oct 2005 00:44:41 +0000 (+0000) Subject: pre-bytecompile pythonfiles X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=60a70ed1710ea89c6ef7a0c4052843209b886d69 pre-bytecompile pythonfiles --- diff --git a/Makefile.am b/Makefile.am index f0807b7..89cf24d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,6 @@ SUBDIRS = lib main data installdir = $(LIBDIR)/enigma2/python -install_DATA = \ +install_PYTHON = \ Navigation.py NavigationInstance.py RecordTimer.py ServiceReference.py \ keyids.py keymapparser.py mytest.py skin.py timer.py tools.py diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am index bb179a9..40cbb3f 100644 --- a/lib/python/Components/Makefile.am +++ b/lib/python/Components/Makefile.am @@ -1,6 +1,6 @@ installdir = $(LIBDIR)/enigma2/python/Components -install_DATA = \ +install_PYTHON = \ ActionMap.py GUISkin.py PerServiceDisplay.py TimeInput.py components.py \ Button.py HTMLComponent.py ProgressBar.py TimerList.py config.py \ Clock.py HTMLSkin.py ServiceList.py VariableText.py \ diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am index 77f35ef..b113e95 100644 --- a/lib/python/Screens/Makefile.am +++ b/lib/python/Screens/Makefile.am @@ -1,6 +1,6 @@ installdir = $(LIBDIR)/enigma2/python/Screens -install_DATA = \ +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 \