X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/96b320d3d1b921cad7a94027b449dacd49470117..485ad5f92eb769b058a8e0c2cc0b60256fbca80b:/lib/gdi/Makefile.am diff --git a/lib/gdi/Makefile.am b/lib/gdi/Makefile.am index a47855ff..20321f53 100644 --- a/lib/gdi/Makefile.am +++ b/lib/gdi/Makefile.am @@ -11,42 +11,48 @@ noinst_LIBRARIES = libenigma_gdi.a libenigma_gdi_a_SOURCES = \ accel.cpp \ - accel.h \ bcm.cpp \ compositing.cpp \ - compositing.h \ epng.cpp \ + erect.cpp \ + fb.cpp \ + font.cpp \ + font_arabic.cpp \ + gfont.cpp \ + glcddc.cpp \ + gmaindc.cpp \ + gpixmap.cpp \ + grc.cpp \ + lcd.cpp \ + picexif.cpp \ + picload.cpp \ + region.cpp + +gdiincludedir = $(pkgincludedir)/lib/gdi +gdiinclude_HEADERS = \ + accel.h \ + compositing.h \ epng.h \ epoint.h \ - erect.cpp \ erect.h \ esize.h \ - fb.cpp \ fb.h \ - font.cpp \ font.h \ - font_arabic.cpp \ - gfbdc.cpp \ - gfbdc.h \ - gfont.cpp \ gfont.h \ - glcddc.cpp \ glcddc.h \ - gpixmap.cpp \ gpixmap.h \ - grc.cpp \ grc.h \ - lcd.cpp \ lcd.h \ - picexif.cpp \ picexif.h \ - picload.cpp \ picload.h \ - region.cpp \ region.h if HAVE_LIBSDL libenigma_gdi_a_SOURCES += \ sdl.cpp \ sdl.h +else +libenigma_gdi_a_SOURCES += \ + gfbdc.cpp \ + gfbdc.h endif