blob: 025d553ee7e5ac71f183aa89ae7368c6d83d7c0d (
plain)
1
2
3
4
5
|
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 -avoid-version
|