git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'bug_124_m2ts_support'
[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