From: Felix Domke Date: Thu, 15 Jun 2006 17:43:13 +0000 (+0000) Subject: add Sources, Converter, Renderer directories X-Git-Tag: 2.6.0~3312 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/c76dfb1262bab08dfa91c7f4fbba0010b9e94ca0 add Sources, Converter, Renderer directories --- 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 \