summaryrefslogtreecommitdiff
path: root/navit/speech
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-05-18 10:10:39 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-05-18 10:10:39 +0000
commiteb6e3bb85b69f75c9bb5a5110dc6ef6372e41f67 (patch)
tree315233e34b97f0c5d479d765a5db4b90fbd7eed6 /navit/speech
parentca99b617483dd3b59fd42738e810309c4229a538 (diff)
downloadnavit-svn-eb6e3bb85b69f75c9bb5a5110dc6ef6372e41f67.tar.gz
Fix:Core:Changed remaining Makefiles
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1060 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/speech')
-rw-r--r--navit/speech/cmdline/Makefile.am2
-rw-r--r--navit/speech/speech_dispatcher/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/navit/speech/cmdline/Makefile.am b/navit/speech/cmdline/Makefile.am
index 592990c2..f9e50b1a 100644
--- a/navit/speech/cmdline/Makefile.am
+++ b/navit/speech/cmdline/Makefile.am
@@ -1,4 +1,4 @@
include $(top_srcdir)/Makefile.inc
-AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/src -DMODULE=speech_cmdline
+AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=speech_cmdline
modulespeech_LTLIBRARIES = libspeech_cmdline.la
libspeech_cmdline_la_SOURCES = speech_cmdline.c
diff --git a/navit/speech/speech_dispatcher/Makefile.am b/navit/speech/speech_dispatcher/Makefile.am
index 3980e90f..c78f9d20 100644
--- a/navit/speech/speech_dispatcher/Makefile.am
+++ b/navit/speech/speech_dispatcher/Makefile.am
@@ -1,5 +1,5 @@
include $(top_srcdir)/Makefile.inc
-AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/src -DMODULE=speech_speech_dispatcher
+AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=speech_speech_dispatcher
modulespeech_LTLIBRARIES = libspeech_speech_dispatcher.la
libspeech_speech_dispatcher_la_SOURCES = speech_speech_dispatcher.c
libspeech_speech_dispatcher_la_LIBADD = @SPEECHD_LIBS@