aboutsummaryrefslogtreecommitdiff
path: root/lib/gdi
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-10-21 23:07:32 +0000
committerAndreas Oberritter <obi@opendreambox.org>2010-11-16 17:15:37 +0100
commitded9f8508f8d0723d84cc9f4bc7d234b69b829e0 (patch)
treea0a801f9a3b126854aa460979e798d833ac7b93c /lib/gdi
parent8e1bfdaeba295c6d5f29a306076492d7c70fd5b3 (diff)
downloadenigma2-ded9f8508f8d0723d84cc9f4bc7d234b69b829e0.tar.gz
enigma2-ded9f8508f8d0723d84cc9f4bc7d234b69b829e0.zip
further updates to the build system, generate enigma2.sh
Diffstat (limited to 'lib/gdi')
-rw-r--r--lib/gdi/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/gdi/Makefile.am b/lib/gdi/Makefile.am
index f1f69ef5..5f2aee9b 100644
--- a/lib/gdi/Makefile.am
+++ b/lib/gdi/Makefile.am
@@ -4,6 +4,9 @@ AM_CPPFLAGS = \
-include Python.h \
-include $(top_builddir)/enigma2_config.h
+AM_CXXFLAGS = \
+ $(LIBSDL_CFLAGS)
+
noinst_LTLIBRARIES = libenigma_gdi.la
libenigma_gdi_la_SOURCES = \
@@ -42,7 +45,7 @@ libenigma_gdi_la_SOURCES = \
region.cpp \
region.h
-if WITH_SDL
+if HAVE_LIBSDL
libenigma_gdi_la_SOURCES += \
sdl.cpp \
sdl.h