git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
build and link static libraries without libtool
[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
file_eraser.h \
12
scan.cpp \
13
scan.h