15 lines
466 B
Makefile
Raw Normal View History

2014-02-27 14:16:54 -05:00
include $(top_srcdir)/build/modmake.rulesam
MODNAME=mod_conference
mod_LTLIBRARIES = mod_conference.la
2015-02-11 15:39:01 -06:00
mod_conference_la_SOURCES = mod_conference.c
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-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