mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-06 19:58:34 +00:00
12 lines
489 B
Makefile
12 lines
489 B
Makefile
include $(top_srcdir)/build/modmake.rulesam
|
|
|
|
bin_PROGRAMS = switch_event switch_hash switch_ivr_originate switch_utils switch_core switch_console switch_vpx \
|
|
switch_ivr_play_say
|
|
bin_PROGRAMS+= switch_core_video
|
|
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)
|
|
|
|
TESTS = $(bin_PROGRAMS)
|