aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Makefile.am
diff options
context:
space:
mode:
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