blob: 40cbb3fe25fb65106edfc47616269f2dc9092f73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
installdir = $(LIBDIR)/enigma2/python/Components
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 \
ConfigList.py Header.py ServiceName.py VariableValue.py \
EventInfo.py Label.py ServiceScan.py VolumeBar.py \
GUIComponent.py MenuList.py TextInput.py __init__.py MovieList.py \
InputDevice.py ServicePosition.py SetupDevices.py Harddisk.py \
AVSwitch.py Network.py RFmod.py DiskInfo.py NimManager.py
|