summaryrefslogtreecommitdiff
path: root/navit/graphics/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'navit/graphics/Makefile.am')
-rw-r--r--navit/graphics/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/navit/graphics/Makefile.am b/navit/graphics/Makefile.am
deleted file mode 100644
index c878b9a35..000000000
--- a/navit/graphics/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-SUBDIRS=
-if GRAPHICS_ANDROID
- SUBDIRS+=android
-endif
-if GRAPHICS_GTK_DRAWING_AREA
- SUBDIRS+=gtk_drawing_area
-endif
-if GRAPHICS_NULL
- SUBDIRS+=null
-endif
-if GRAPHICS_OPENGL
- SUBDIRS+=opengl
-endif
-if GRAPHICS_QT_QPAINTER
- SUBDIRS+=qt_qpainter
-endif
-if GRAPHICS_SDL
- SUBDIRS+=sdl
-endif
-if GRAPHICS_WIN32
- SUBDIRS+=win32
-endif
-if GRAPHICS_GD
- SUBDIRS+=gd
-endif