mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-03 09:21:29 +00:00
[Unit-tests] Fix bootstrap warnings.
This commit is contained in:
parent
60fa01976f
commit
bdec9cb8c9
@ -1,11 +1,11 @@
|
|||||||
include $(top_srcdir)/build/modmake.rulesam
|
include $(top_srcdir)/build/modmake.rulesam
|
||||||
|
|
||||||
|
undefine AM_CFLAGS
|
||||||
|
|
||||||
noinst_PROGRAMS = switch_event switch_hash switch_ivr_originate switch_utils switch_core switch_console switch_vpx switch_core_file \
|
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
|
switch_ivr_play_say switch_core_codec switch_rtp switch_xml
|
||||||
noinst_PROGRAMS+= switch_core_video switch_core_db
|
noinst_PROGRAMS+= switch_core_video switch_core_db
|
||||||
AM_LDFLAGS = -avoid-version -no-undefined $(SWITCH_AM_LDFLAGS) $(openssl_LIBS)
|
AM_LDFLAGS += -avoid-version -no-undefined $(openssl_LIBS)
|
||||||
AM_LDFLAGS += $(FREESWITCH_LIBS) $(switch_builddir)/libfreeswitch.la $(CORE_LIBS) $(APR_LIBS)
|
AM_LDFLAGS += $(FREESWITCH_LIBS) $(switch_builddir)/libfreeswitch.la $(CORE_LIBS) $(APR_LIBS)
|
||||||
AM_CFLAGS = $(SWITCH_AM_CPPFLAGS)
|
|
||||||
AM_CPPFLAGS = $(SWITCH_AM_CPPFLAGS)
|
|
||||||
|
|
||||||
TESTS = $(noinst_PROGRAMS)
|
TESTS = $(noinst_PROGRAMS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user