2
0

Makefile.am 560 B

123456789101112131415
  1. include $(top_srcdir)/build/modmake.rulesam
  2. undefine AM_CFLAGS
  3. noinst_PROGRAMS = switch_event switch_hash switch_ivr_originate switch_utils switch_core switch_console switch_vpx switch_core_file \
  4. switch_ivr_play_say switch_core_codec switch_rtp switch_xml
  5. noinst_PROGRAMS+= switch_core_video switch_core_db switch_vad
  6. AM_LDFLAGS = -avoid-version -no-undefined $(openssl_LIBS)
  7. AM_LDFLAGS += $(FREESWITCH_LIBS) $(switch_builddir)/libfreeswitch.la $(CORE_LIBS) $(APR_LIBS)
  8. if HAVE_FVAD
  9. AM_CFLAGS += -DSWITCH_HAVE_FVAD
  10. endif
  11. TESTS = $(noinst_PROGRAMS)