diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-06-15 17:43:13 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-06-15 17:43:13 +0000 |
| commit | c76dfb1262bab08dfa91c7f4fbba0010b9e94ca0 (patch) | |
| tree | 883bd6859e0fcf73c42eb218ea2f63a2df54a5cb /lib/python/Components/Makefile.am | |
| parent | ea7332a8be73de0f01bed063a46082cdb10858a9 (diff) | |
| download | enigma2-c76dfb1262bab08dfa91c7f4fbba0010b9e94ca0.tar.gz enigma2-c76dfb1262bab08dfa91c7f4fbba0010b9e94ca0.zip | |
add Sources, Converter, Renderer directories
Diffstat (limited to 'lib/python/Components/Makefile.am')
| -rw-r--r-- | lib/python/Components/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am index f7e26e42..ab334cd6 100644 --- a/lib/python/Components/Makefile.am +++ b/lib/python/Components/Makefile.am @@ -1,5 +1,7 @@ installdir = $(LIBDIR)/enigma2/python/Components +SUBDIRS = Sources Converter Renderer + install_PYTHON = \ ActionMap.py GUISkin.py PerServiceDisplay.py components.py \ Button.py HTMLComponent.py ProgressBar.py TimerList.py config.py \ |
