Support turbo2.
[vuplus_dvbapp] / lib / base / 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_base.a
8
9 libenigma_base_a_SOURCES = \
10         buffer.cpp \
11         connection.cpp \
12         console.cpp \
13         ebase.cpp \
14         eenv.cpp \
15         eerror.cpp \
16         elock.cpp \
17         encoding.cpp \
18         estring.cpp \
19         etpm.cpp \
20         filepush.cpp \
21         init.cpp \
22         ioprio.cpp \
23         message.cpp \
24         nconfig.cpp \
25         rawfile.cpp \
26         smartptr.cpp \
27         thread.cpp \
28         httpstream.cpp \
29         socketbase.cpp \
30         freesatv2.cpp
31
32 EXTRA_DIST = \
33         eenv.cpp.in
34
35 baseincludedir = $(pkgincludedir)/lib/base
36 baseinclude_HEADERS = \
37         buffer.h \
38         console.h \
39         ebase.h \
40         eenv.h \
41         eerror.h \
42         elock.h \
43         encoding.h \
44         eptrlist.h \
45         estring.h \
46         etpm.h \
47         filepush.h \
48         i18n.h \
49         itssource.h \
50         init.h \
51         init_num.h \
52         ioprio.h \
53         message.h \
54         nconfig.h \
55         object.h \
56         rawfile.h \
57         ringbuffer.h \
58         smartptr.h \
59         thread.h \
60         httpstream.h \
61         socketbase.h \
62         freesatv2.h