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:
Michael Jerris 2009-12-07 07:53:45 +00:00
parent ea181ca4aa
commit 7050de5c62
3 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -1,6 +0,0 @@
BASE=../../../..
LOCAL_SOURCES=udptl.c
LOCAL_OBJS=udptl.o
include $(BASE)/build/modmake.rules

View File

@ -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