X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fnav%2FMakefile.am;h=3d57d6ac967f17d1dd1614bfcd1bc927f609c657;hb=db34d7e342d82f9767045de76b791fee2357bbc4;hp=93468699db874698abbf71d2894a07cd3fe686a0;hpb=97b86324d322309843cc5d9d93b039d706c5ae58;p=vuplus_dvbapp diff --git a/lib/nav/Makefile.am b/lib/nav/Makefile.am index 9346869..3d57d6a 100644 --- a/lib/nav/Makefile.am +++ b/lib/nav/Makefile.am @@ -1,11 +1,16 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/include \ - -include Python.h + -include Python.h \ + -include $(top_builddir)/enigma2_config.h -noinst_LTLIBRARIES = libenigma_nav.la - -libenigma_nav_la_SOURCES = \ - core.cpp pcore.cpp +noinst_LIBRARIES = libenigma_nav.a +libenigma_nav_a_SOURCES = \ + core.cpp \ + pcore.cpp +navincludedir = $(pkgincludedir)/lib/nav +navinclude_HEADERS = \ + core.h \ + pcore.h