28adfe6bac29fbe8258909758066340658a913af
[enigma2.git] / lib / nav / Makefile.am
1 AM_CPPFLAGS = \
2         -I$(top_srcdir)/include
3
4 noinst_LIBRARIES = libenigma_nav.a
5
6 libenigma_nav_a_SOURCES = \
7         core.cpp pcore.cpp
8
9