build and link static libraries without libtool
[vuplus_dvbapp] / 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