mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 02:18:57 +00:00
Add AM_MOD_AVMD_CXXFLAGS compile flag to mod avmd and set this flag to -std=gnu99 in configure.ac in case compiler vendor is xgnu.
9 lines
366 B
Makefile
9 lines
366 B
Makefile
include $(top_srcdir)/build/modmake.rulesam
|
|
MODNAME=mod_avmd
|
|
|
|
mod_LTLIBRARIES = mod_avmd.la
|
|
mod_avmd_la_SOURCES = mod_avmd.c amplitude.c buffer.c desa2.c goertzel.c fast_acosf.c
|
|
mod_avmd_la_CFLAGS = $(AM_CFLAGS) $(AM_MOD_AVMD_CXXFLAGS)
|
|
mod_avmd_la_LIBADD = $(switch_builddir)/libfreeswitch.la
|
|
mod_avmd_la_LDFLAGS = -avoid-version -module -no-undefined -shared
|