X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/4d7f4836f07bb037bc1c840983e5ef1c99606005..97b86324d322309843cc5d9d93b039d706c5ae58:/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am diff --git a/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am b/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am index 27c751cf..e79688b8 100644 --- a/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am +++ b/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am @@ -1,4 +1,8 @@ -OBJS := servicedvd.cpp +CPPFLAGS += \ + -I$(top_srcdir) \ + -include Python.h + +OBJS = servicedvd.cpp -include $(OBJS:.cpp=.d)