提交 7050de5c authored 作者: Michael Jerris's avatar Michael Jerris

automake mod_t38gateway (still not a real working module)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15817 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 ea181ca4
......@@ -790,6 +790,7 @@ AC_CONFIG_FILES([Makefile
src/mod/applications/mod_enum/Makefile
src/mod/applications/mod_expr/Makefile
src/mod/applications/mod_stress/Makefile
src/mod/applications/mod_t38gateway/Makefile
src/mod/endpoints/mod_sofia/Makefile
src/mod/asr_tts/mod_unimrcp/Makefile
src/mod/languages/mod_java/Makefile
......
BASE=../../../..
LOCAL_SOURCES=udptl.c
LOCAL_OBJS=udptl.o
include $(BASE)/build/modmake.rules
include $(top_srcdir)/build/modmake.rulesam
MODNAME=mod_t38gateway
mod_LTLIBRARIES = mod_t38gateway.la
mod_t38gateway_la_SOURCES = mod_t38gateway.cpp udptl.c
mod_t38gateway_la_CFLAGS = $(AM_CFLAGS)
mod_t38gateway_la_LIBADD = $(switch_builddir)/libfreeswitch.la
mod_t38gateway_la_LDFLAGS = -avoid-version -module -no-undefined
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论