diff options
Diffstat (limited to 'lib/nav')
| -rw-r--r-- | lib/nav/Makefile.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/nav/Makefile.am b/lib/nav/Makefile.am index 93468699..c6d1c927 100644 --- a/lib/nav/Makefile.am +++ b/lib/nav/Makefile.am @@ -1,11 +1,13 @@ 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 - - + core.cpp \ + core.h \ + pcore.cpp \ + pcore.h |
