mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-15 06:30:23 +00:00
* [core] Add SMBF_PAUSE media bug flag to pause an individual media bug. [core] Add switch_ivr_record_session_pause() to pause a session recording. [mod_dptools] Add record_session_pause and record_session_resume dialplan APPs. [mod_commands] Add pause/resume sub-commands to uuid_record API.
20 lines
737 B
Makefile
20 lines
737 B
Makefile
include $(top_srcdir)/build/modmake.rulesam
|
|
|
|
noinst_PROGRAMS = switch_event switch_hash switch_ivr_originate switch_utils switch_core switch_console switch_vpx switch_core_file \
|
|
switch_ivr_play_say switch_core_codec switch_rtp switch_xml
|
|
noinst_PROGRAMS += switch_core_video switch_core_db switch_vad switch_packetizer test_sofia switch_ivr_async switch_core_asr switch_core_session
|
|
|
|
AM_LDFLAGS += -avoid-version -no-undefined $(SWITCH_AM_LDFLAGS) $(openssl_LIBS)
|
|
AM_LDFLAGS += $(FREESWITCH_LIBS) $(switch_builddir)/libfreeswitch.la $(CORE_LIBS) $(APR_LIBS)
|
|
|
|
# "make check" will not run these.
|
|
examples = switch_eavesdrop
|
|
|
|
if HAVE_FVAD
|
|
AM_CFLAGS += -DSWITCH_HAVE_FVAD
|
|
endif
|
|
|
|
TESTS = $(noinst_PROGRAMS)
|
|
|
|
bin_PROGRAMS = $(examples)
|