aboutsummaryrefslogtreecommitdiff
path: root/lib/nav/Makefile.am
blob: c6d1c927607b13a9a49d24ffbc1515c53ff53862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AM_CPPFLAGS = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/include \
	-include Python.h \
	-include $(top_builddir)/enigma2_config.h

noinst_LTLIBRARIES = libenigma_nav.la

libenigma_nav_la_SOURCES = \
	core.cpp \
	core.h \
	pcore.cpp \
	pcore.h