aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Makefile.am
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-07-27 22:43:58 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-07-27 22:43:58 +0000
commitf51c8ddf3d774e5dbfc04ab546aa2ea6c7225172 (patch)
treed7339adf11e3ea50c7ee0079bbf3d95f8c2275c3 /lib/python/Makefile.am
parentf18f3a61a441d409193a80bdcb4fb6517982dd00 (diff)
downloadenigma2-f51c8ddf3d774e5dbfc04ab546aa2ea6c7225172.tar.gz
enigma2-f51c8ddf3d774e5dbfc04ab546aa2ea6c7225172.zip
- first step on installing enigma2 files
Diffstat (limited to 'lib/python/Makefile.am')
-rw-r--r--lib/python/Makefile.am7
1 files changed, 7 insertions, 0 deletions
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