2018-10-26 10:14:47 -04:00
|
|
|
include $(top_srcdir)/build/modmake.rulesam
|
|
|
|
|
2019-11-21 13:02:47 -05:00
|
|
|
noinst_PROGRAMS = switch_event switch_hash switch_ivr_originate switch_utils switch_core switch_console switch_vpx switch_core_file \
|
2019-11-15 21:33:48 -05:00
|
|
|
switch_ivr_play_say switch_core_codec switch_rtp switch_xml
|
2021-01-29 17:03:56 -05: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
|
2021-02-23 12:59:26 -05:00
|
|
|
|
2021-09-20 02:39:28 -04:00
|
|
|
noinst_PROGRAMS+= switch_hold switch_sip
|
2022-03-20 10:25:37 -04:00
|
|
|
|
|
|
|
if HAVE_PCAP
|
|
|
|
noinst_PROGRAMS += switch_rtp_pcap
|
|
|
|
AM_LDFLAGS += $(PCAP_LIBS)
|
|
|
|
endif
|
|
|
|
|
2021-02-23 12:59:26 -05:00
|
|
|
AM_LDFLAGS += -avoid-version -no-undefined $(SWITCH_AM_LDFLAGS) $(openssl_LIBS)
|
2018-10-26 10:14:47 -04:00
|
|
|
AM_LDFLAGS += $(FREESWITCH_LIBS) $(switch_builddir)/libfreeswitch.la $(CORE_LIBS) $(APR_LIBS)
|
|
|
|
|
2020-09-04 04:57:28 -04:00
|
|
|
# "make check" will not run these.
|
|
|
|
examples = switch_eavesdrop
|
|
|
|
|
2020-02-28 11:30:01 -05:00
|
|
|
if HAVE_FVAD
|
|
|
|
AM_CFLAGS += -DSWITCH_HAVE_FVAD
|
|
|
|
endif
|
|
|
|
|
2019-07-23 11:34:21 -04:00
|
|
|
TESTS = $(noinst_PROGRAMS)
|
2020-09-04 04:57:28 -04:00
|
|
|
|
|
|
|
bin_PROGRAMS = $(examples)
|