From 62455fd662f08b1f81cbb08ccb2c199cde0b9e97 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Mon, 25 Oct 2010 22:29:45 +0000 Subject: clean up build #2 * use swig macros from autoconf archive * generate and use enigma2_config.h (include from command-line) * check for dbox/fp.h and dbox/lcd-ks0713.h * clean up checks for libdreamdvd and lib*gif * fix some dependencies for generated files and header files --- lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am | 3 ++- lib/python/Plugins/Extensions/SocketMMI/src/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/python/Plugins') 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 -- cgit v1.2.3