2014-02-27 14:16:54 -05:00
|
|
|
include $(top_srcdir)/build/modmake.rulesam
|
|
|
|
MODNAME=mod_conference
|
|
|
|
|
|
|
|
mod_LTLIBRARIES = mod_conference.la
|
2015-07-15 09:50:17 -07:00
|
|
|
mod_conference_la_SOURCES = mod_conference.c mod_conference_api.c mod_conference_loop.c mod_conference_al.c mod_conference_cdr.c mod_conference_video.c
|
|
|
|
mod_conference_la_SOURCES += mod_conference_event.c mod_conference_member.c mod_conference_utils.c mod_conference_file.c mod_conference_record.c
|
2015-02-11 15:39:01 -06:00
|
|
|
mod_conference_la_CFLAGS = $(AM_CFLAGS) -I.
|
2014-02-27 14:16:54 -05:00
|
|
|
mod_conference_la_LIBADD = $(switch_builddir)/libfreeswitch.la
|
2015-02-12 13:37:00 -06:00
|
|
|
mod_conference_la_LDFLAGS = -avoid-version -module -no-undefined -shared
|
2014-06-30 01:23:03 +05:00
|
|
|
|
|
|
|
if HAVE_OPENAL
|
|
|
|
mod_conference_la_LDFLAGS += -lopenal -lm
|
|
|
|
mod_conference_la_CFLAGS += -DOPENAL_POSITIONING
|
|
|
|
endif
|
|
|
|
|