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
|
2019-09-13 12:28:38 -04:00
|
|
|
noinst_PROGRAMS+= switch_core_video switch_core_db
|
2018-10-26 10:14:47 -04:00
|
|
|
AM_LDFLAGS = -avoid-version -no-undefined $(SWITCH_AM_LDFLAGS) $(openssl_LIBS)
|
|
|
|
AM_LDFLAGS += $(FREESWITCH_LIBS) $(switch_builddir)/libfreeswitch.la $(CORE_LIBS) $(APR_LIBS)
|
|
|
|
AM_CFLAGS = $(SWITCH_AM_CPPFLAGS)
|
|
|
|
AM_CPPFLAGS = $(SWITCH_AM_CPPFLAGS)
|
|
|
|
|
2019-07-23 11:34:21 -04:00
|
|
|
TESTS = $(noinst_PROGRAMS)
|