summaryrefslogtreecommitdiff
path: root/navit/speech/espeak/Makefile.am
blob: ecdb50324048330e96786c49b52f0448a45dbefc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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