aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Makefile.am
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-10-29 02:08:32 +0200
committerAndreas Oberritter <obi@opendreambox.org>2010-11-16 17:15:38 +0100
commit84d23f2ac49ec7ffb7315859c801d6393090b630 (patch)
treec7f94227de0962a539b3ceb088dd7c02bdaaff71 /lib/python/Makefile.am
parent96b320d3d1b921cad7a94027b449dacd49470117 (diff)
downloadenigma2-84d23f2ac49ec7ffb7315859c801d6393090b630.tar.gz
enigma2-84d23f2ac49ec7ffb7315859c801d6393090b630.zip
install header files
Diffstat (limited to 'lib/python/Makefile.am')
-rw-r--r--lib/python/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am
index 5cbda780..c432b823 100644
--- a/lib/python/Makefile.am
+++ b/lib/python/Makefile.am
@@ -10,16 +10,21 @@ noinst_LIBRARIES = libenigma_python.a
libenigma_python_a_SOURCES = \
connections.cpp \
+ python.cpp
+
+pythonincludedir = $(pkgincludedir)/lib/python
+pythoninclude_HEADERS = \
connections.h \
- python.cpp \
python.h \
swig.h
nodist_libenigma_python_a_SOURCES = \
enigma_python_wrap.cxx
+noinst_PYTHON = \
+ enigma_py_patcher.py
+
EXTRA_DIST = \
- enigma_py_patcher.py \
enigma_python.i
enigma_python_wrap.cxx: $(srcdir)/enigma_python.i