use eEnv::resolve() / eEnv.resolve()
[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         eenv.cpp \
18         eenv.h \
19         eerror.cpp \
20         eerror.h \
21         elock.cpp \
22         elock.h \
23         encoding.cpp \
24         encoding.h \
25         eptrlist.h \
26         estring.cpp \
27         estring.h \
28         etpm.cpp \
29         etpm.h \
30         filepush.cpp \
31         filepush.h \
32         i18n.h \
33         init.cpp \
34         init.h \
35         init_num.h \
36         ioprio.cpp \
37         ioprio.h \
38         message.cpp \
39         message.h \
40         nconfig.cpp \
41         nconfig.h \
42         object.h \
43         rawfile.cpp \
44         rawfile.h \
45         ringbuffer.h \
46         smartptr.cpp \
47         smartptr.h \
48         thread.cpp \
49         thread.h
50
51 EXTRA_DIST = \
52         eenv.cpp.in