summaryrefslogtreecommitdiff
path: root/speech
diff options
context:
space:
mode:
Diffstat (limited to 'speech')
-rw-r--r--speech/cmdline/Makefile.am1
-rw-r--r--speech/speech_dispatcher/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/speech/cmdline/Makefile.am b/speech/cmdline/Makefile.am
index f9e50b1a..b4c4c81e 100644
--- a/speech/cmdline/Makefile.am
+++ b/speech/cmdline/Makefile.am
@@ -2,3 +2,4 @@ include $(top_srcdir)/Makefile.inc
AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=speech_cmdline
modulespeech_LTLIBRARIES = libspeech_cmdline.la
libspeech_cmdline_la_SOURCES = speech_cmdline.c
+libspeech_cmdline_la_LDFLAGS = -module
diff --git a/speech/speech_dispatcher/Makefile.am b/speech/speech_dispatcher/Makefile.am
index c78f9d20..d88af8e1 100644
--- a/speech/speech_dispatcher/Makefile.am
+++ b/speech/speech_dispatcher/Makefile.am
@@ -3,4 +3,4 @@ AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=speech_speech_dispat
modulespeech_LTLIBRARIES = libspeech_speech_dispatcher.la
libspeech_speech_dispatcher_la_SOURCES = speech_speech_dispatcher.c
libspeech_speech_dispatcher_la_LIBADD = @SPEECHD_LIBS@
-
+libspeech_speech_dispatcher_la_LDFLAGS = -module