mirror of
https://github.com/jambonz/freeswitch-modules.git
synced 2026-01-25 02:08:27 +00:00
9 lines
403 B
Makefile
9 lines
403 B
Makefile
include $(top_srcdir)/build/modmake.rulesam
|
|
MODNAME=mod_whisper_tts
|
|
|
|
mod_LTLIBRARIES = mod_whisper_tts.la
|
|
mod_whisper_tts_la_SOURCES = mod_whisper_tts.c whisper_glue.cpp
|
|
mod_whisper_tts_la_CFLAGS = $(AM_CFLAGS)
|
|
mod_whisper_tts_la_LIBADD = $(switch_builddir)/libfreeswitch.la
|
|
mod_whisper_tts_la_LDFLAGS = -avoid-version -module -no-undefined -shared -lstdc++ -lboost_system -lboost_thread -lmpg123
|