Support turbo2.
[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         scan.cpp
12
13 componentsincludedir = $(pkgincludedir)/lib/components
14 componentsinclude_HEADERS = \
15         file_eraser.h \
16         scan.h