build and link static libraries without libtool
[enigma2.git] / lib / nav / Makefile.am
index 0320cb251f0c89915563a1466b3da293dd05463f..fc3dadc7a6318bd2d3c1393aa13701711e86bdbe 100644 (file)
@@ -1,9 +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
 
 libenigma_nav_a_SOURCES = \
-       core.cpp pcore.cpp
-
-
+       core.cpp \
+       core.h \
+       pcore.cpp \
+       pcore.h