summaryrefslogtreecommitdiff
path: root/navit/speech
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-01-09 20:19:09 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-01-09 20:19:09 +0000
commit60b47b62d2114e8a273ed1b5cee0ceb7276970ba (patch)
tree5c35bbd1c9c7d8c879dc4d23240a49417648a187 /navit/speech
parentb6953612c8cd7382cbc0096c990b04438c401a06 (diff)
downloadnavit-svn-60b47b62d2114e8a273ed1b5cee0ceb7276970ba.tar.gz
Fix:build:Make compileable
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2902 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/speech')
-rw-r--r--navit/speech/espeak/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/navit/speech/espeak/Makefile.am b/navit/speech/espeak/Makefile.am
index fa635ae4..3fe361ac 100644
--- a/navit/speech/espeak/Makefile.am
+++ b/navit/speech/espeak/Makefile.am
@@ -2,5 +2,4 @@ include $(top_srcdir)/Makefile.inc
AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=speech_espeak
modulespeech_LTLIBRARIES = libspeech_espeak.la
libspeech_espeak_la_SOURCES = speak.c
-libspeech_espeak_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@
-
+libspeech_espeak_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ -L$(top_srcdir)/navit/support/espeak -lsupport_espeak -Wl,-lwinmm