498244fb8fdf0e2328323944aa1570b95bffcb37
[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_LTLIBRARIES = libenigma_base.la
8
9 libenigma_base_la_SOURCES = \
10         buffer.cpp \
11         buffer.h \
12         connection.cpp \
13         console.cpp \
14         console.h \
15         ebase.cpp \
16         ebase.h \
17         eerror.cpp \
18         eerror.h \
19         elock.cpp \
20         elock.h \
21         encoding.cpp \
22         encoding.h \
23         eptrlist.h \
24         estring.cpp \
25         estring.h \
26         etpm.cpp \
27         etpm.h \
28         filepush.cpp \
29         filepush.h \
30         i18n.h \
31         init.cpp \
32         init.h \
33         init_num.h \
34         ioprio.cpp \
35         ioprio.h \
36         message.cpp \
37         message.h \
38         nconfig.cpp \
39         nconfig.h \
40         object.h \
41         rawfile.cpp \
42         rawfile.h \
43         ringbuffer.h \
44         smartptr.cpp \
45         smartptr.h \
46         thread.cpp \
47         thread.h