clean up build
[vuplus_dvbapp] / lib / nav / Makefile.am
1 AM_CPPFLAGS = \
2         -I$(top_srcdir) \
3         -I$(top_srcdir)/include \
4         -include Python.h
5
6 noinst_LTLIBRARIES = libenigma_nav.la
7
8 libenigma_nav_la_SOURCES = \
9         core.cpp pcore.cpp
10
11