summaryrefslogtreecommitdiff
path: root/navit/graphics/Makefile.am
blob: af999d007a87314194d5ef9c0e6cd2a9c77b6fd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS=null
if GRAPHICS_GTK_DRAWING_AREA
  SUBDIRS+=gtk_drawing_area
endif
if GRAPHICS_OPENGL
  SUBDIRS+=opengl
endif
if GRAPHICS_QT_QPAINTER
  SUBDIRS+=qt_qpainter
endif
if USE_GRAPHICS_SDL
  SUBDIRS+=sdl
endif
if GRAPHICS_WIN32
  SUBDIRS+=win32
endif
if GRAPHICS_GD
  SUBDIRS+=gd
endif