aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Makefile.am
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-12-17 22:45:57 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-12-17 22:45:57 +0000
commitba1b105a176e5f62faf9d6d1f4c1a4c19764a2e4 (patch)
tree6981461e8aa1d115ee40dacf4accceb977830cfa /lib/python/Components/Makefile.am
parentbbd916fde5e3d4b36dc8c96bfd2c63a524a4ef4c (diff)
downloadenigma2-ba1b105a176e5f62faf9d6d1f4c1a4c19764a2e4.tar.gz
enigma2-ba1b105a176e5f62faf9d6d1f4c1a4c19764a2e4.zip
replace software update plugin with a more user friendly approach
add an ipkg python class
Diffstat (limited to 'lib/python/Components/Makefile.am')
-rw-r--r--lib/python/Components/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am
index 46cdec43..b51d53fd 100644
--- a/lib/python/Components/Makefile.am
+++ b/lib/python/Components/Makefile.am
@@ -16,4 +16,5 @@ install_PYTHON = \
PluginList.py PluginComponent.py RecordingConfig.py About.py UsageConfig.py \
FIFOList.py ServiceEventTracker.py Input.py TimerSanityCheck.py FileList.py \
MultiContent.py MediaPlayer.py TunerInfo.py VideoWindow.py ChoiceList.py \
- Element.py Playlist.py ParentalControl.py ParentalControlList.py
+ Element.py Playlist.py ParentalControl.py ParentalControlList.py \
+ Ipkg.py