File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed
event_handlers/mod_rayo/test Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ mod_av_la_LIBADD = libavmod.la $(switch_builddir)/libfreeswitch.la $(AVFORMAT_
22
22
mod_av_la_LDFLAGS = -avoid-version -module -no-undefined -shared -lm -lz
23
23
24
24
25
- bin_PROGRAMS = test/test_mod_av test/test_avformat
25
+ noinst_PROGRAMS = test/test_mod_av test/test_avformat
26
26
AM_CFLAGS = $(SWITCH_AM_CFLAGS ) -I../ $(AVFORMAT_CFLAGS ) $(AVCODEC_CFLAGS ) $(SWSCALE_CFLAGS ) $(AVUTIL_CFLAGS ) $(RESAMPLE_CFLAGS )
27
27
AM_LDFLAGS = $(AVFORMAT_LIBS ) $(AVCODEC_LIBS ) $(SWSCALE_LIBS ) $(AVUTIL_LIBS ) $(RESAMPLE_LIBS ) -avoid-version -no-undefined $(SWITCH_AM_LDFLAGS )
28
- TESTS = $(bin_PROGRAMS )
28
+ TESTS = $(noinst_PROGRAMS )
29
29
30
30
test_test_mod_av_LDADD = libavmod.la $(switch_builddir ) /libfreeswitch.la
31
31
test_test_avformat_LDADD = libavmod.la $(switch_builddir ) /libfreeswitch.la
Original file line number Diff line number Diff line change 1
- bin_PROGRAMS = test_aws
1
+ noinst_PROGRAMS = test_aws
2
2
AM_CFLAGS = $(SWITCH_AM_CFLAGS )
3
3
AM_LDFLAGS = $(switch_builddir ) /libfreeswitch.la -avoid-version -no-undefined $(SWITCH_AM_LDFLAGS ) ../mod_http_cache.la
4
- TESTS = $(bin_PROGRAMS )
4
+ TESTS = $(noinst_PROGRAMS )
Original file line number Diff line number Diff line change 1
1
include $(top_srcdir ) /build/modmake.rulesam
2
- bin_PROGRAMS = test_asr
2
+ noinst_PROGRAMS = test_asr
3
3
test_asr_CFLAGS = $(AM_CFLAGS ) -I../
4
4
test_asr_LDFLAGS = $(AM_LDFLAGS ) -avoid-version -no-undefined $(freeswitch_LDFLAGS ) ../mod_test.la $(switch_builddir ) /libfreeswitch.la $(CORE_LIBS ) $(APR_LIBS )
5
- TESTS = $(bin_PROGRAMS )
5
+ TESTS = $(noinst_PROGRAMS )
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ mod_sofia_la_LDFLAGS = -avoid-version -module -no-undefined -shared
39
39
40
40
BUILT_SOURCES = $(SOFIALA )
41
41
42
- bin_PROGRAMS = test/test_sofia_funcs
42
+ noinst_PROGRAMS = test/test_sofia_funcs
43
43
44
44
test_test_sofia_funcs_SOURCES = test/test_sofia_funcs.c
45
45
test_test_sofia_funcs_CFLAGS = $(AM_CFLAGS ) -I $(libsofiamod_la_CFLAGS )
46
46
test_test_sofia_funcs_LDFLAGS = $(AM_LDFLAGS ) -avoid-version -no-undefined $(freeswitch_LDFLAGS ) $(switch_builddir ) /libfreeswitch.la $(CORE_LIBS ) $(APR_LIBS ) $(SOFIALA )
47
47
test_test_sofia_funcs_LDADD = libsofiamod.la $(SOFIALA )
48
- TESTS = $(bin_PROGRAMS )
48
+ TESTS = $(noinst_PROGRAMS )
49
49
50
50
if ISMAC
51
51
mod_sofia_la_LDFLAGS += -framework CoreFoundation -framework SystemConfiguration
Original file line number Diff line number Diff line change 1
1
include $(top_srcdir ) /build/modmake.rulesam
2
- bin_PROGRAMS = test_iks test_nlsml test_srgs
2
+ noinst_PROGRAMS = test_iks test_nlsml test_srgs
3
3
4
4
test_iks_CFLAGS = $(AM_CFLAGS ) -I../ -I$(switch_builddir ) /libs/iksemel/include $(PCRE_CFLAGS )
5
5
test_iks_LDFLAGS = $(AM_LDFLAGS ) -avoid-version -no-undefined $(freeswitch_LDFLAGS ) ../mod_rayo.la $(switch_builddir ) /libfreeswitch.la $(CORE_LIBS ) $(APR_LIBS )
@@ -10,4 +10,4 @@ test_nlsml_LDFLAGS = $(AM_LDFLAGS) -avoid-version -no-undefined $(freeswitch_LDF
10
10
test_srgs_CFLAGS = $(AM_CFLAGS ) -I../ -I$(switch_builddir ) /libs/iksemel/include $(PCRE_CFLAGS )
11
11
test_srgs_LDFLAGS = $(AM_LDFLAGS ) -avoid-version -no-undefined $(freeswitch_LDFLAGS ) ../mod_rayo.la $(switch_builddir ) /libfreeswitch.la $(CORE_LIBS ) $(APR_LIBS )
12
12
13
- TESTS = $(bin_PROGRAMS )
13
+ TESTS = $(noinst_PROGRAMS )
Original file line number Diff line number Diff line change 1
- bin_PROGRAMS = test_mod_lua
1
+ noinst_PROGRAMS = test_mod_lua
2
2
AM_CFLAGS = $(SWITCH_AM_CFLAGS )
3
3
AM_LDFLAGS = $(switch_builddir ) /libfreeswitch.la -avoid-version -no-undefined $(SWITCH_AM_LDFLAGS )
4
- TESTS = $(bin_PROGRAMS )
4
+ TESTS = $(noinst_PROGRAMS )
Original file line number Diff line number Diff line change 1
1
include $(top_srcdir ) /build/modmake.rulesam
2
2
3
- bin_PROGRAMS = switch_event switch_hash switch_ivr_originate switch_utils switch_core switch_console switch_vpx \
3
+ noinst_PROGRAMS = switch_event switch_hash switch_ivr_originate switch_utils switch_core switch_console switch_vpx \
4
4
switch_ivr_play_say
5
- bin_PROGRAMS + = switch_core_video
5
+ noinst_PROGRAMS + = switch_core_video
6
6
AM_LDFLAGS = -avoid-version -no-undefined $(SWITCH_AM_LDFLAGS ) $(openssl_LIBS )
7
7
AM_LDFLAGS += $(FREESWITCH_LIBS ) $(switch_builddir ) /libfreeswitch.la $(CORE_LIBS ) $(APR_LIBS )
8
8
AM_CFLAGS = $(SWITCH_AM_CPPFLAGS )
9
9
AM_CPPFLAGS = $(SWITCH_AM_CPPFLAGS )
10
10
11
- TESTS = $(bin_PROGRAMS )
11
+ TESTS = $(noinst_PROGRAMS )
You can’t perform that action at this time.
0 commit comments