Merge branch 'bug_537_ignore_vob_pgs_subtitles' into master
[enigma2.git] / lib / nav / Makefile.am
1 AM_CPPFLAGS = \
2         -I$(top_srcdir) \
3         -I$(top_srcdir)/include \
4         -include Python.h \
5         -include $(top_builddir)/enigma2_config.h
6
7 noinst_LIBRARIES = libenigma_nav.a
8
9 libenigma_nav_a_SOURCES = \
10         core.cpp \
11         pcore.cpp
12
13 navincludedir = $(pkgincludedir)/lib/nav
14 navinclude_HEADERS = \
15         core.h \
16         pcore.h