Merge branch 'WirelessLanSetup' into vuplus_experimental
[vuplus_dvbapp] / lib / gui / 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_gui.a
8
9 libenigma_gui_a_SOURCES = \
10         ebutton.cpp \
11         ecanvas.cpp \
12         einput.cpp \
13         einputnumber.cpp \
14         einputstring.cpp \
15         elabel.cpp \
16         elistbox.cpp \
17         elistboxcontent.cpp \
18         epixmap.cpp \
19         epositiongauge.cpp \
20         eslider.cpp \
21         esubtitle.cpp \
22         evideo.cpp \
23         ewidget.cpp \
24         ewidgetanimation.cpp \
25         ewidgetdesktop.cpp \
26         ewindow.cpp \
27         ewindowstyle.cpp \
28         ewindowstyleskinned.cpp
29
30 guiincludedir = $(pkgincludedir)/lib/gui
31 guiinclude_HEADERS = \
32         ebutton.h \
33         ecanvas.h \
34         einput.h \
35         einputnumber.h \
36         einputstring.h \
37         elabel.h \
38         elistbox.h \
39         elistboxcontent.h \
40         epixmap.h \
41         epositiongauge.h \
42         eslider.h \
43         esubtitle.h \
44         evideo.h \
45         ewidget.h \
46         ewidgetanimation.h \
47         ewidgetdesktop.h \
48         ewindow.h \
49         ewindowstyle.h \
50         ewindowstyleskinned.h