From 84d23f2ac49ec7ffb7315859c801d6393090b630 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Fri, 29 Oct 2010 02:08:32 +0200 Subject: install header files --- lib/python/Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'lib/python') 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 -- cgit v1.2.3