X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fnav%2FMakefile.am;h=3d57d6ac967f17d1dd1614bfcd1bc927f609c657;hb=e9291026aa012236567bc52efbda9884f8efdbf2;hp=a180e0bc9ad0cccda4db5e3694621606f2a5dde0;hpb=c0f5089ea04bd04fe25148e712fa62cd49dc17da;p=vuplus_dvbapp diff --git a/lib/nav/Makefile.am b/lib/nav/Makefile.am index a180e0b..3d57d6a 100644 --- a/lib/nav/Makefile.am +++ b/lib/nav/Makefile.am @@ -1,8 +1,16 @@ -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 - + core.cpp \ + pcore.cpp + +navincludedir = $(pkgincludedir)/lib/nav +navinclude_HEADERS = \ + core.h \ + pcore.h