freeswitch/tests/unit/Makefile.am

16 lines
560 B
Makefile
Raw Normal View History

include $(top_srcdir)/build/modmake.rulesam
2020-02-22 17:27:26 +04:00
undefine AM_CFLAGS
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
2020-11-17 20:51:05 +04:00
AM_LDFLAGS = -avoid-version -no-undefined $(openssl_LIBS)
AM_LDFLAGS += $(FREESWITCH_LIBS) $(switch_builddir)/libfreeswitch.la $(CORE_LIBS) $(APR_LIBS)
if HAVE_FVAD
AM_CFLAGS += -DSWITCH_HAVE_FVAD
endif
TESTS = $(noinst_PROGRAMS)