summaryrefslogtreecommitdiff
path: root/navit/speech/Makefile.am
blob: 3c232db0b1f9677e180381af2ce650533812e8e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBDIRS=
if SPEECH_ANDROID
  SUBDIRS += android
endif
if SPEECH_CMDLINE
  SUBDIRS += cmdline
endif
if SPEECH_DBUS
  SUBDIRS += dbus
endif
if SPEECH_ESPEAK
  SUBDIRS += espeak
endif
if SPEECH_SPEECH_DISPATCHER
  SUBDIRS += speech_dispatcher
endif