diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-10-29 02:08:32 +0200 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-16 17:15:38 +0100 |
| commit | 84d23f2ac49ec7ffb7315859c801d6393090b630 (patch) | |
| tree | c7f94227de0962a539b3ceb088dd7c02bdaaff71 /lib/python | |
| parent | 96b320d3d1b921cad7a94027b449dacd49470117 (diff) | |
| download | enigma2-84d23f2ac49ec7ffb7315859c801d6393090b630.tar.gz enigma2-84d23f2ac49ec7ffb7315859c801d6393090b630.zip | |
install header files
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Makefile.am | 9 |
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 |
