aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Plugins/Extensions')
-rw-r--r--lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am3
-rw-r--r--lib/python/Plugins/Extensions/SocketMMI/src/Makefile.am3
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am b/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am
index e79688b8..5bfc8afa 100644
--- a/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am
+++ b/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am
@@ -1,6 +1,7 @@
CPPFLAGS += \
-I$(top_srcdir) \
- -include Python.h
+ -include Python.h \
+ -include $(top_builddir)/enigma2_config.h
OBJS = servicedvd.cpp
diff --git a/lib/python/Plugins/Extensions/SocketMMI/src/Makefile.am b/lib/python/Plugins/Extensions/SocketMMI/src/Makefile.am
index 914371e5..9fb72097 100644
--- a/lib/python/Plugins/Extensions/SocketMMI/src/Makefile.am
+++ b/lib/python/Plugins/Extensions/SocketMMI/src/Makefile.am
@@ -1,6 +1,7 @@
CPPFLAGS += \
-I$(top_srcdir) \
- -include Python.h
+ -include Python.h \
+ -include $(top_builddir)/enigma2_config.h
OBJS = socket_mmi.cpp