mirror of
https://github.com/jambonz/freeswitch-modules.git
synced 2025-12-19 08:37:44 +00:00
9 lines
402 B
Makefile
9 lines
402 B
Makefile
include $(top_srcdir)/build/modmake.rulesam
|
|
MODNAME=mod_deepgram_tts
|
|
|
|
mod_LTLIBRARIES = mod_deepgram_tts.la
|
|
mod_deepgram_tts_la_SOURCES = mod_deepgram_tts.c deepgram_glue.cpp
|
|
mod_deepgram_tts_la_CFLAGS = $(AM_CFLAGS)
|
|
mod_deepgram_tts_la_LIBADD = $(switch_builddir)/libfreeswitch.la
|
|
mod_deepgram_tts_la_LDFLAGS = -avoid-version -module -no-undefined -shared -lstdc++ -lboost_system -lboost_thread
|