Merge commit 'origin/upstream-svn' into upstream
[navit-package] / navit / graphics / Makefile.am
1 SUBDIRS=null
2 if GRAPHICS_ANDROID
3   SUBDIRS+=android
4 endif
5 if GRAPHICS_GTK_DRAWING_AREA
6   SUBDIRS+=gtk_drawing_area
7 endif
8 if GRAPHICS_OPENGL
9   SUBDIRS+=opengl
10 endif
11 if GRAPHICS_QT_QPAINTER
12   SUBDIRS+=qt_qpainter
13 endif
14 if USE_GRAPHICS_SDL
15   SUBDIRS+=sdl
16 endif
17 if GRAPHICS_WIN32
18   SUBDIRS+=win32
19 endif
20 if GRAPHICS_GD
21   SUBDIRS+=gd
22 endif