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.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am
index 72191edc..03dcedb9 100644
--- a/lib/python/Makefile.am
+++ b/lib/python/Makefile.am
@@ -1,12 +1,13 @@
AM_CPPFLAGS = \
+ -I$(top_srcdir) \
-I$(top_srcdir)/include \
- -I$(top_srcdir)/src
+ -include Python.h
SUBDIRS = Components Tools Screens Plugins
-noinst_LIBRARIES = libenigma_python.a
+noinst_LTLIBRARIES = libenigma_python.la
-libenigma_python_a_SOURCES = \
+libenigma_python_la_SOURCES = \
python.cpp enigma_python_wrap.cxx connections.cpp
enigma_python_wrap.cxx: enigma_python.i