automake mod_iax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15819 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0953fbc88e
commit
4d72cd6ba0
|
@ -791,6 +791,7 @@ AC_CONFIG_FILES([Makefile
|
|||
src/mod/applications/mod_expr/Makefile
|
||||
src/mod/applications/mod_stress/Makefile
|
||||
src/mod/applications/mod_t38gateway/Makefile
|
||||
src/mod/endpoints/mod_iax/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_CFLAGS=-I. -DNEWJB -DLIBIAX -DDEBUG_SUPPORT
|
||||
LOCAL_OBJS=iax2-parser.o iax.o md5.o jitterbuf.o iax-mutex.o
|
||||
|
||||
include $(BASE)/build/modmake.rules
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
include $(top_srcdir)/build/modmake.rulesam
|
||||
MODNAME=mod_iax
|
||||
|
||||
mod_LTLIBRARIES = mod_iax.la
|
||||
mod_iax_la_SOURCES = mod_iax.c iax2-parser.c iax.c md5.c jitterbuf.c iax-mutex.c
|
||||
mod_iax_la_CFLAGS = $(AM_CFLAGS) -I. -DNEWJB -DLIBIAX -DDEBUG_SUPPORT
|
||||
mod_iax_la_LIBADD = $(switch_builddir)/libfreeswitch.la
|
||||
mod_iax_la_LDFLAGS = -avoid-version -module -no-undefined
|
Loading…
Reference in New Issue