[browser] fixed menu skin to set the size automatically.
[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
31 EXTRA_DIST = \
32         eenv.cpp.in
33
34 baseincludedir = $(pkgincludedir)/lib/base
35 baseinclude_HEADERS = \
36         buffer.h \
37         console.h \
38         ebase.h \
39         eenv.h \
40         eerror.h \
41         elock.h \
42         encoding.h \
43         eptrlist.h \
44         estring.h \
45         etpm.h \
46         filepush.h \
47         i18n.h \
48         itssource.h \
49         init.h \
50         init_num.h \
51         ioprio.h \
52         message.h \
53         nconfig.h \
54         object.h \
55         rawfile.h \
56         ringbuffer.h \
57         smartptr.h \
58         thread.h \
59         httpstream.h \
60         socketbase.h