pre-bytecompile pythonfiles
authorFelix Domke <tmbinc@elitedvb.net>
Sat, 8 Oct 2005 00:44:41 +0000 (00:44 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Sat, 8 Oct 2005 00:44:41 +0000 (00:44 +0000)
Makefile.am
lib/python/Components/Makefile.am
lib/python/Screens/Makefile.am

index f0807b7a9a90fe2b892d003c15d1e49d5d299e66..89cf24db9f0bd4cd515ef232abe3183349e54ed7 100644 (file)
@@ -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
index bb179a9a508d8e1501a0940daabe369474235c6f..40cbb3fe25fb65106edfc47616269f2dc9092f73 100644 (file)
@@ -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                     \
index 77f35efe10a978d84424da2e74bd7e12866231e5..b113e95123e5345b368da017601e00e0f4214f8b 100644 (file)
@@ -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 \