2018-10-26 14:14:47 +00:00
|
|
|
include $(top_srcdir)/build/modmake.rulesam
|
|
|
|
|
2019-11-21 18:02:47 +00:00
|
|
|
noinst_PROGRAMS = switch_event switch_hash switch_ivr_originate switch_utils switch_core switch_console switch_vpx switch_core_file \
|
2019-11-16 02:33:48 +00:00
|
|
|
switch_ivr_play_say switch_core_codec switch_rtp switch_xml
|
2021-01-29 22:03:56 +00:00
|
|
|
noinst_PROGRAMS += switch_core_video switch_core_db switch_vad switch_packetizer switch_core_session test_sofia switch_ivr_async switch_core_asr switch_log
|
2024-12-27 23:41:27 +00:00
|
|
|
noinst_PROGRAMS += test_tts_format
|
2021-09-20 06:39:28 +00:00
|
|
|
noinst_PROGRAMS+= switch_hold switch_sip
|
2022-03-20 14:25:37 +00:00
|
|
|
|
|
|
|
if HAVE_PCAP
|
|
|
|
noinst_PROGRAMS += switch_rtp_pcap
|
|
|
|
AM_LDFLAGS += $(PCAP_LIBS)
|
|
|
|
endif
|
|
|
|
|
2021-02-23 17:59:26 +00:00
|
|
|
AM_LDFLAGS += -avoid-version -no-undefined $(SWITCH_AM_LDFLAGS) $(openssl_LIBS)
|
2018-10-26 14:14:47 +00:00
|
|
|
AM_LDFLAGS += $(FREESWITCH_LIBS) $(switch_builddir)/libfreeswitch.la $(CORE_LIBS) $(APR_LIBS)
|
|
|
|
|
2020-09-04 08:57:28 +00:00
|
|
|
# "make check" will not run these.
|
|
|
|
examples = switch_eavesdrop
|
|
|
|
|
2020-02-28 16:30:01 +00:00
|
|
|
if HAVE_FVAD
|
|
|
|
AM_CFLAGS += -DSWITCH_HAVE_FVAD
|
|
|
|
endif
|
|
|
|
|
2019-07-23 15:34:21 +00:00
|
|
|
TESTS = $(noinst_PROGRAMS)
|
2020-09-04 08:57:28 +00:00
|
|
|
|
|
|
|
bin_PROGRAMS = $(examples)
|