2014-02-27 14:16:54 -05:00
|
|
|
include $(top_srcdir)/build/modmake.rulesam
|
|
|
|
MODNAME=mod_conference
|
|
|
|
|
|
|
|
mod_LTLIBRARIES = mod_conference.la
|
2015-07-16 16:58:39 -07:00
|
|
|
mod_conference_la_SOURCES = mod_conference.c conference_api.c conference_loop.c conference_al.c conference_cdr.c conference_video.c
|
|
|
|
mod_conference_la_SOURCES += conference_event.c conference_member.c conference_utils.c conference_file.c 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
|
|
|
|
2015-07-30 10:32:18 -05:00
|
|
|
$(am_mod_conference_la_OBJECTS): mod_conference.h
|
|
|
|
|
2014-06-30 01:23:03 +05:00
|
|
|
if HAVE_OPENAL
|
|
|
|
mod_conference_la_LDFLAGS += -lopenal -lm
|
|
|
|
mod_conference_la_CFLAGS += -DOPENAL_POSITIONING
|
|
|
|
endif
|
|
|
|
|