5f2aee9b0c7ded90df5132321bb8bb132ff21186
[vuplus_dvbapp] / lib / gdi / 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 AM_CXXFLAGS = \
8         $(LIBSDL_CFLAGS)
9
10 noinst_LTLIBRARIES = libenigma_gdi.la
11
12 libenigma_gdi_la_SOURCES = \
13         accel.cpp \
14         accel.h \
15         bcm.cpp \
16         compositing.cpp \
17         compositing.h \
18         epng.cpp \
19         epng.h \
20         epoint.h \
21         erect.cpp \
22         erect.h \
23         esize.h \
24         fb.cpp \
25         fb.h \
26         font.cpp \
27         font.h \
28         font_arabic.cpp \
29         gfbdc.cpp \
30         gfbdc.h \
31         gfont.cpp \
32         gfont.h \
33         glcddc.cpp \
34         glcddc.h \
35         gpixmap.cpp \
36         gpixmap.h \
37         grc.cpp \
38         grc.h \
39         lcd.cpp \
40         lcd.h \
41         picexif.cpp \
42         picexif.h \
43         picload.cpp \
44         picload.h \
45         region.cpp \
46         region.h
47
48 if HAVE_LIBSDL
49 libenigma_gdi_la_SOURCES += \
50         sdl.cpp \
51         sdl.h
52 endif