summaryrefslogtreecommitdiff
path: root/navit/speech
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-18 20:17:45 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-18 20:17:45 +0000
commit779ff5e0046f20e53333bc4398807f5aea9ee712 (patch)
treec2133207c7ed195ef4ea8b1078a5cf5875a7bc02 /navit/speech
parentc688d3c0f31ca31cc6399cc77567998f6f20e040 (diff)
downloadnavit-svn-779ff5e0046f20e53333bc4398807f5aea9ee712.tar.gz
Fix:Core:Beginning of cleanup of build system
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1498 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/speech')
-rw-r--r--navit/speech/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/navit/speech/Makefile.am b/navit/speech/Makefile.am
index b0ee9f5d..03b17d89 100644
--- a/navit/speech/Makefile.am
+++ b/navit/speech/Makefile.am
@@ -1,4 +1,7 @@
-SUBDIRS=cmdline
+SUBDIRS=
+if SPEECH_CMDLINE
+ SUBDIRS += cmdline
+endif
if SPEECH_SPEECH_DISPATCHER
SUBDIRS += speech_dispatcher
endif