diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-06-26 21:10:10 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-06-26 21:10:10 +0000 |
| commit | 77bb53beb46f6984e1529c4f703523c146956d0f (patch) | |
| tree | 5f6d1c9e9be93e3fe9e9f9d3ac8f896434d7d2c7 /lib/python/Components/Sources/Makefile.am | |
| parent | d279cc40f4a1d927ad00bfe7b0ee3a303e9aed44 (diff) | |
| download | enigma2-77bb53beb46f6984e1529c4f703523c146956d0f.tar.gz enigma2-77bb53beb46f6984e1529c4f703523c146956d0f.zip | |
add Boolean source, add ServiceInfo boolean sources, add ConditionalShowHide converter, add FixedLabel and Pixmap renderer
Diffstat (limited to 'lib/python/Components/Sources/Makefile.am')
| -rw-r--r-- | lib/python/Components/Sources/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Sources/Makefile.am b/lib/python/Components/Sources/Makefile.am index c3a75f86..923c6512 100644 --- a/lib/python/Components/Sources/Makefile.am +++ b/lib/python/Components/Sources/Makefile.am @@ -2,4 +2,4 @@ installdir = $(LIBDIR)/enigma2/python/Components/Sources install_PYTHON = \ __init__.py Clock.py EventInfo.py Source.py MenuList.py CurrentService.py \ - FrontendStatus.py + FrontendStatus.py Boolean.py |
