summaryrefslogtreecommitdiff
path: root/navit/speech/espeak/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'navit/speech/espeak/Makefile.am')
-rw-r--r--navit/speech/espeak/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/navit/speech/espeak/Makefile.am b/navit/speech/espeak/Makefile.am
deleted file mode 100644
index ecdb50324..000000000
--- a/navit/speech/espeak/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-include $(top_srcdir)/Makefile.inc
-AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=speech_espeak
-if PLUGINS
-modulespeech_LTLIBRARIES = libspeech_espeak.la
-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
-if !SUPPORT_WIN32CE
-libspeech_espeak_la_LDFLAGS += -Wl,-lwinmm
-endif
-