2014-02-27 14:16:54 -05:00
|
|
|
include $(top_srcdir)/build/modmake.rulesam
|
|
|
|
MODNAME=mod_conference
|
|
|
|
|
|
|
|
mod_LTLIBRARIES = mod_conference.la
|
2015-02-10 12:21:04 +08:00
|
|
|
mod_conference_la_SOURCES = mod_conference.c utf8.c
|
|
|
|
mod_conference_la_CFLAGS = $(AM_CFLAGS) -I. -I/usr/include/freetype2
|
2014-02-27 14:16:54 -05:00
|
|
|
mod_conference_la_LIBADD = $(switch_builddir)/libfreeswitch.la
|
2015-02-10 12:21:04 +08:00
|
|
|
mod_conference_la_LDFLAGS = -avoid-version -module -no-undefined -shared -lyuv -lfreetype
|
2014-06-30 01:23:03 +05:00
|
|
|
|
|
|
|
if HAVE_OPENAL
|
|
|
|
mod_conference_la_LDFLAGS += -lopenal -lm
|
|
|
|
mod_conference_la_CFLAGS += -DOPENAL_POSITIONING
|
|
|
|
endif
|
|
|
|
|