summaryrefslogtreecommitdiff
path: root/navit/support/Makefile.am
blob: 9f63840a1865e4b17ce66d77b3ad7fd308e24258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
SUBDIRS=
if SUPPORT_ESPEAK
  SUBDIRS+=espeak
endif
if SUPPORT_EZXML
  SUBDIRS+=ezxml
endif
if SUPPORT_GLIB
  SUBDIRS+=glib
endif
if SUPPORT_WORDEXP
  SUBDIRS+=wordexp
endif
if SUPPORT_WIN32
  SUBDIRS+=win32
endif
if SUPPORT_ZLIB
  SUBDIRS+=zlib
endif
if SUPPORT_LIBC
 SUBDIRS+=libc
endif
if SUPPORT_LIBPNG
 SUBDIRS+=libpng
endif
if SPEECH_ESPEAK
 SUBDIRS+=espeak
endif
if !HAVE_SYSTEM_SHAPEFILELIB
 SUBDIRS+=shapefile
endif
DIST_SUBDIRS=espeak ezxml glib wordexp win32 zlib libc libpng shapefile