summaryrefslogtreecommitdiff
path: root/navit/speech/espeak
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-05-20 07:56:49 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-05-20 07:56:49 +0000
commit810fa43f5e672af03ffa763d932ee45e03551e32 (patch)
tree9cc5649185d757f7b7949fb0d83360657bdcdffa /navit/speech/espeak
parent47ece1f39d4e6350164803c1a9dafa6efe84c328 (diff)
downloadnavit-810fa43f5e672af03ffa763d932ee45e03551e32.tar.gz
Fix:Build:Removed unneeded libraries for wince
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3290 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/speech/espeak')
-rw-r--r--navit/speech/espeak/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/navit/speech/espeak/Makefile.am b/navit/speech/espeak/Makefile.am
index b48150a55..ecdb50324 100644
--- a/navit/speech/espeak/Makefile.am
+++ b/navit/speech/espeak/Makefile.am
@@ -6,4 +6,8 @@ else
noinst_LTLIBRARIES = libspeech_espeak.la
endif
libspeech_espeak_la_SOURCES = speak.c
-libspeech_espeak_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ -L$(top_builddir)/navit/support/espeak -lsupport_espeak -Wl,-lwinmm
+libspeech_espeak_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ -L$(top_builddir)/navit/support/espeak -lsupport_espeak
+if !SUPPORT_WIN32CE
+libspeech_espeak_la_LDFLAGS += -Wl,-lwinmm
+endif
+