fix configure in OE 1.6
[vuplus_dvbapp] / lib / nav / Makefile.am
index a180e0b..c6d1c92 100644 (file)
@@ -1,8 +1,13 @@
-INCLUDES = \
-       -I$(top_srcdir)/include
+AM_CPPFLAGS = \
+       -I$(top_srcdir) \
+       -I$(top_srcdir)/include \
+       -include Python.h \
+       -include $(top_builddir)/enigma2_config.h
 
-noinst_LIBRARIES = libenigma_nav.a
+noinst_LTLIBRARIES = libenigma_nav.la
 
-libenigma_nav_a_SOURCES = \
-       core.cpp
-       
+libenigma_nav_la_SOURCES = \
+       core.cpp \
+       core.h \
+       pcore.cpp \
+       pcore.h