From f51c8ddf3d774e5dbfc04ab546aa2ea6c7225172 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 27 Jul 2005 22:43:58 +0000 Subject: - first step on installing enigma2 files --- lib/python/Components/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/python/Components/Makefile.am (limited to 'lib/python/Components') diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am new file mode 100644 index 00000000..d9b3890e --- /dev/null +++ b/lib/python/Components/Makefile.am @@ -0,0 +1,9 @@ +installdir = $(LIBDIR)/enigma2/python/Components + +install_DATA = \ + ActionMap.py GUISkin.py PerServiceDisplay.py TimeInput.py components.py \ + Button.py HTMLComponent.py ProgressBar.py TimerList.py config.py \ + Clock.py HTMLSkin.py ServiceList.py VariableText.py \ + ConfigList.py Header.py ServiceName.py VariableValue.py \ + EventInfo.py Label.py ServiceScan.py VolumeBar.py \ + GUIComponent.py MenuList.py TextInput.py __init__.py -- cgit v1.2.3