clean up build
[enigma2.git] / lib / python / Plugins / Extensions / DVDPlayer / src / Makefile.am
index 27c751cf9efaefc05fceda6af4674093c71f78e6..e79688b89e727927caf3b908ba9e8fd3027ea002 100644 (file)
@@ -1,4 +1,8 @@
-OBJS := servicedvd.cpp
+CPPFLAGS += \
+       -I$(top_srcdir) \
+       -include Python.h
+
+OBJS = servicedvd.cpp
 
 -include $(OBJS:.cpp=.d)