diff options
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 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 |
