mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-25 10:54:45 +00:00
9 lines
331 B
Makefile
9 lines
331 B
Makefile
|
include $(top_srcdir)/build/modmake.rulesam
|
||
|
MODNAME=mod_conference
|
||
|
|
||
|
mod_LTLIBRARIES = mod_conference.la
|
||
|
mod_conference_la_SOURCES = mod_conference.c
|
||
|
mod_conference_la_CFLAGS = $(AM_CFLAGS)
|
||
|
mod_conference_la_LIBADD = $(switch_builddir)/libfreeswitch.la
|
||
|
mod_conference_la_LDFLAGS = -avoid-version -module -no-undefined -shared
|