Files
Hoan Luu Huu 466dec7a6f mod_custom_tts (#53)
* mod_custom_tts

Signed-off-by: Hoan HL <quan.luuhoang8@gmail.com>

* add custom_vendor to mod_dub

* wip

Signed-off-by: Hoan HL <quan.luuhoang8@gmail.com>

* wip

Signed-off-by: Hoan HL <quan.luuhoang8@gmail.com>

---------

Signed-off-by: Hoan HL <quan.luuhoang8@gmail.com>
2024-05-28 19:27:17 -04:00

9 lines
395 B
Makefile

include $(top_srcdir)/build/modmake.rulesam
MODNAME=mod_custom_tts
mod_LTLIBRARIES = mod_custom_tts.la
mod_custom_tts_la_SOURCES = mod_custom_tts.c custom_glue.cpp
mod_custom_tts_la_CFLAGS = $(AM_CFLAGS)
mod_custom_tts_la_LIBADD = $(switch_builddir)/libfreeswitch.la
mod_custom_tts_la_LDFLAGS = -avoid-version -module -no-undefined -shared -lstdc++ -lboost_system -lboost_thread -lmpg123