mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
automake mod_iax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15819 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user