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