aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/Makefile.am9
-rw-r--r--lib/python/Makefile.am7
-rw-r--r--lib/python/Screens/Makefile.am6
-rw-r--r--lib/python/Tools/Makefile.am4
4 files changed, 26 insertions, 0 deletions
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
diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am
index e82cb650..e94d36f4 100644
--- a/lib/python/Makefile.am
+++ b/lib/python/Makefile.am
@@ -2,6 +2,8 @@ INCLUDES = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src
+SUBDIRS = Components Tools Screens
+
noinst_LIBRARIES = libenigma_python.a
libenigma_python_a_SOURCES = \
@@ -9,3 +11,8 @@ libenigma_python_a_SOURCES = \
enigma_python_wrap.cxx: enigma_python.i
swig -I$(top_srcdir)/ -c++ -python enigma_python.i
+
+installdir = $(LIBDIR)/enigma2/python
+
+install_DATA = \
+ enigma.py
diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am
new file mode 100644
index 00000000..e9eeec29
--- /dev/null
+++ b/lib/python/Screens/Makefile.am
@@ -0,0 +1,6 @@
+installdir = $(LIBDIR)/enigma2/python/Screens
+
+install_DATA = \
+ ChannelSelection.py ClockDisplay.py ConfigMenu.py InfoBar.py Menu.py \
+ MessageBox.py ScartLoopThrough.py Screen.py ServiceScan.py TimerEdit.py \
+ __init__.py
diff --git a/lib/python/Tools/Makefile.am b/lib/python/Tools/Makefile.am
new file mode 100644
index 00000000..a08387ef
--- /dev/null
+++ b/lib/python/Tools/Makefile.am
@@ -0,0 +1,4 @@
+installdir = $(LIBDIR)/enigma2/python/Tools
+
+install_DATA = \
+ FuzzyDate.py XMLTools.py __init__.py