git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote branch 'remotes/origin/acid-burn/bug_622_swupgrade_networkcheck'
[enigma2.git]
/
lib
/
components
/
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_components.a
8
9
libenigma_components_a_SOURCES = \
10
file_eraser.cpp \
11
scan.cpp
12
13
componentsincludedir = $(pkgincludedir)/lib/components
14
componentsinclude_HEADERS = \
15
file_eraser.h \
16
scan.h