aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Makefile.am
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-06-21 15:00:20 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-06-21 15:00:20 +0000
commit19d19912b3f7ff117f4f9e8136c428b664d806cb (patch)
treee5290637c9359ab32311f28aae4dcf3b58b587fd /lib/python/Components/Makefile.am
parentf41db3fa4eab2943b6f5e75aac891db51f3e9ce1 (diff)
downloadenigma2-19d19912b3f7ff117f4f9e8136c428b664d806cb.tar.gz
enigma2-19d19912b3f7ff117f4f9e8136c428b664d806cb.zip
move VolumeControl to own file
Diffstat (limited to 'lib/python/Components/Makefile.am')
-rw-r--r--lib/python/Components/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am
index 71160c9b..d3c51ab2 100644
--- a/lib/python/Components/Makefile.am
+++ b/lib/python/Components/Makefile.am
@@ -7,7 +7,7 @@ install_PYTHON = \
Button.py HTMLComponent.py ProgressBar.py TimerList.py config.py \
HTMLSkin.py ServiceList.py VariableText.py \
ConfigList.py VariableValue.py \
- Label.py ServiceScan.py VolumeBar.py \
+ Label.py ServiceScan.py VolumeBar.py VolumeControl.py \
GUIComponent.py MenuList.py __init__.py MovieList.py \
InputDevice.py ServicePosition.py SetupDevices.py Harddisk.py \
AVSwitch.py Network.py RFmod.py DiskInfo.py NimManager.py Lcd.py \