30b00bfbe93094e3a968051e8ac6f41e4d7fbef1
[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         ebutton.h \
12         ecanvas.cpp \
13         ecanvas.h \
14         einput.cpp \
15         einput.h \
16         einputnumber.cpp \
17         einputnumber.h \
18         einputstring.cpp \
19         einputstring.h \
20         elabel.cpp \
21         elabel.h \
22         elistbox.cpp \
23         elistbox.h \
24         elistboxcontent.cpp \
25         elistboxcontent.h \
26         epixmap.cpp \
27         epixmap.h \
28         epositiongauge.cpp \
29         epositiongauge.h \
30         eslider.cpp \
31         eslider.h \
32         esubtitle.cpp \
33         esubtitle.h \
34         evideo.cpp \
35         evideo.h \
36         ewidget.cpp \
37         ewidget.h \
38         ewidgetanimation.cpp \
39         ewidgetanimation.h \
40         ewidgetdesktop.cpp \
41         ewidgetdesktop.h \
42         ewindow.cpp \
43         ewindow.h \
44         ewindowstyle.cpp \
45         ewindowstyle.h \
46         ewindowstyleskinned.cpp \
47         ewindowstyleskinned.h