mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
BASE=../../../..
|
||||
|
||||
LOCAL_SOURCES=udptl.c
|
||||
LOCAL_OBJS=udptl.o
|
||||
|
||||
include $(BASE)/build/modmake.rules
|
||||
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user